EngineType Property

NI Vision for Visual Basic

EngineType Property

Syntax

CWIMAQClassifier.EngineType

Data Type

CWIMAQClassifierEngineTypes

You can use the following constants with this data type:

  • cwimaqEngineNearestNeighbor—This classifier has been trained with the Nearest Neighbor engine.
  • cwimaqEngineNone—This classifier has not been trained yet, and so has no engine.

Purpose

Type of engine this classifier has been trained with.

See Also

TrainNearestNeighbor