libsvm function in matlab

7 views (last 30 days)
Jun W
Jun W on 25 May 2018
Answered: Walter Roberson on 25 May 2018
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)

Accepted Answer

Walter Roberson
Walter Roberson on 25 May 2018
svmtrain and svmpredict

More Answers (0)

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!