How to measure how long it takes to run on test set ?
Show older comments
% Make a prediction for the test set
Y_knn = knn.predict(Xtest);
Accepted Answer
More Answers (0)
Categories
Find more on Parallel Computing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!