Help, how can get result of classification using SVM with csv files ?
3 次查看(过去 30 天)
显示 更早的评论
I have two CSV files for training and testing
0 个评论
回答(1 个)
Bernhard Suhm
2018-10-3
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!