libsvm function in matlab

조회 수: 7 (최근 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 CenterFile 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!

Translated by