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!