Help, how can get result of classification using SVM with csv files ?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have two CSV files for training and testing
0 Commenti
Risposte (1)
Bernhard Suhm
il 3 Ott 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 Commenti
Vedere anche
Categorie
Scopri di più su Statistics and Machine Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!