NearestNeighborOptions Property (Read Only)

NI Vision for Visual Basic

NearestNeighborOptions Property (Read Only)

Syntax

CWIMAQCustomClassifier.NearestNeighborOptions

Data Type

CWIMAQNearestNeighborEngineOptions

Purpose

Options used when training, if this classifier was trained with the Nearest Neighbor engine.

Remarks

These options are not writable. To specify new options, you must call .TrainNearestNeighbor with the new options.

See Also

TrainNearestNeighbor