MATLAB File Help: cv.ANN_MLP/isClassifier
Index
cv.ANN_MLP/isClassifier
Returns true if the model is a classifier
b = model.isClassifier()
Output
b
Returns true if the model is a classifier, false if the model is a regressor.
Always false for ANN MLP models.
Method Details
Access
public
Sealed
false
Static
false