How Support Vector Machine Used for Classification of Signal
1 回表示 (過去 30 日間)
古いコメントを表示
回答 (1 件)
AMIT POTE
2022 年 6 月 28 日
SVM can be used for classification using two methods:
i) fitcsvm(): Used for binary classification
ii) fitcecoc(): Used for multiclass classification
To know more about these methods you can go through the following documentation:
https://in.mathworks.com/help/stats/fitcsvm.html
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!