How to measure how long it takes to run on test set ?
5 views (last 30 days)
Show older comments
% Make a prediction for the test set
Y_knn = knn.predict(Xtest);
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!