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!