Help, how can get result of classification using SVM with csv files ?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have two CSV files for training and testing
0 comentarios
Respuestas (1)
Bernhard Suhm
el 3 de Oct. de 2018
Use csvread to read those files into an array or table, train (or "fit") an SVM model on the trainings set using fitcsvm, and then use the predict function with your SVM model to generate predictions on the testing_set.
0 comentarios
Ver también
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!