CWIMAQClassifier

NI Vision for Visual Basic

CWIMAQClassifier

CWIMAQClassifier is an object that assigns images or feature vectors to classes based on how it has been trained.

Properties

EngineTypeType of engine this classifier has been trained with.
NearestNeighborOptionsOptions used when training, if this classifier was trained with the Nearest Neighbor engine.
TypeType of the classifier.

Methods

ClassifyClassifies the given image.
GetAccuracyGets a report on the accuracy and predictive value of the classifier.
TrainNearestNeighborSets 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