フィルターのクリア

libsvm function in matlab

4 ビュー (過去 30 日間)
Jun W
Jun W 2018 年 5 月 25 日
回答済み: Walter Roberson 2018 年 5 月 25 日
What's the train and predict function for libsvm if I want to use it in Matlab? The matlab svm train and predict function is:
SVMModel = fitcsvm(X,y)
yfit=SVMModel.predictFcn(Xn)

採用された回答

Walter Roberson
Walter Roberson 2018 年 5 月 25 日
svmtrain and svmpredict

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by