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
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

カテゴリ

タグ

質問済み:

2018 年 8 月 26 日

回答済み:

2018 年 8 月 27 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by