MATLAB File Help: cv.NormalBayesClassifier/isClassifier
Index
cv.NormalBayesClassifier/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 true for bayes classifier.
Method Details
Access
public
Sealed
false
Static
false