How to measure how long it takes to run on test set ?
Mostrar comentarios más antiguos
% Make a prediction for the test set
Y_knn = knn.predict(Xtest);
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Parallel Computing Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!