MATLAB File Help: cv.SVM/isClassifier
Index
cv.SVM/isClassifier
Returns true if the model is a classifier
b = model.isClassifier()
Output
b
Returns true if the model is a classifier ('C_SVC', 'NU
SVC', or 'ONE
CLASS'), false if the model is a regressor ('EPS
SVR', 'NU
SVR').
Method Details
Access
public
Sealed
false
Static
false