training svm in matlab with multiple data set
古いコメントを表示
I have multiple data set which is x y data and each data set represent same class, also i have multiple data set for other 2 classes.
Do I need to train on merged x y data or do i need to call training function for each data set, note that each data set is same class? And there are multiple data set for each class type.
I have like 150 x y data set for class 1, and I have like 68 for class 2 and like 55 for class 3. How do i train support vector machince (SVM) in matlab?
回答 (1 件)
Stephan
2018 年 8 月 27 日
0 投票
Hi,
merge your data, so that all data sets are in one table. You can not train a model successively. You need to use the whole training information in one set.
If you have low expierience doing this i suggest to use the Classification Learner App and i also suggest to read here and the related links given at the bottom of the site . This should help you to understand and you can try the given examples.
Best regards
Stephan
カテゴリ
ヘルプ センター および File Exchange で Classification Learner App についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!