Help, how can get result of classification using SVM with csv files ?
4 ビュー (過去 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!