CWIMAQClassifier
CWIMAQClassifier is an object that assigns images or feature vectors to classes based on how it has been trained.
Properties
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.
|
Type | Type of the classifier.
|
Methods
Classify | Classifies the given image.
|
GetAccuracy | Gets a report on the accuracy and predictive value of the classifier.
|
TrainNearestNeighbor | Sets the classifier to use the Nearest Neighbor engine, and configures the options the engine uses for classification.
|
See Also
CWIMAQParticleClassifier
CWIMAQCustomClassifier
CWIMAQVision.ReadClassifierFile
CWIMAQVision.WriteClassifierFile