Feeds
提问
Matlab - Modelformed.NumNeighbors
What should NumNeighbors be equal to so I can find the correct result? How is NumNeighbors determined? I tried all the values...
3 years 前 | 1 个回答 | 0
1
个回答提问
Matlab Code - Data Analysis
My program crashes without asking the user for sample data, how can I fix this? It worked when I tried the values of smaller dat...
3 years 前 | 1 个回答 | 0
1
个回答提问
Data Analysis Matlab Code
I have a dataset(145 rows, 32 columns without student id and attributes) https://archive.ics.uci.edu/ml/datasets/Higher+Educatio...
3 years 前 | 1 个回答 | 0
1
个回答已回答
Data Analysis Write a Porgram
V1 = input('Vector V1= '); V2 = input('Vector V2= '); frstprt= dot(V1,V2)/norm(V1,2)^2; scndprt = frstprt.*V1;
Data Analysis Write a Porgram
V1 = input('Vector V1= '); V2 = input('Vector V2= '); frstprt= dot(V1,V2)/norm(V1,2)^2; scndprt = frstprt.*V1;
3 years 前 | 1
| 已接受
提问
Data Analysis - Matlab Code
I have a dataset(145 rows, 32 columns without id and attributes https://archive.ics.uci.edu/ml/datasets/Higher+Education+Student...
3 years 前 | 2 个回答 | 0
2
个回答提问
Data Analysis Write a Porgram
How to write a program for finding the ortogonal projection of a given vector V1 on another given vector V2?? How should ı do? ...
3 years 前 | 1 个回答 | 0

