필터 지우기
필터 지우기

How to classify using non-linear support vector machine

조회 수: 5 (최근 30일)
B mohan
B mohan 2012년 3월 27일
By using svmtrain() function and svmclassify() I got the results for linear svm. But for non-linear support vector machine I cannot get the output.
How to classify using non-linear kernels like RBF, Quadratic and polynamial kernels. Please explain how to use parameters.
svmStruct = svmtrain(data(train,:),groups(train),'rbf', 1, 'showplot',true); Warning: You specified radial basis function parameters but not a radial basis function kernel.

답변 (1개)

Ilya
Ilya 2012년 3월 27일
svmStruct = svmtrain(data(train,:),groups(train),'kernel_function','rbf')

카테고리

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