CWIMAQCustomClassifier
CWIMAQCustomClassifier is a classifier that classifies feature vectors.
Properties
CustomSamples | Samples in this custom classifier. |
EngineType | Type of engine this classifier has been trained with. |
NearestNeighborOptions | Options used when training, if this classifier was trained with the Nearest Neighbor engine. |
Methods
CustomClassify | Classifies a feature vector. |
GetAccuracy | Gets an accuracy report on the classifier. |
TrainNearestNeighbor | Trains this classifier using the Nearest Neighbor engine. |