KNNModel

Description

KNNModel is used in Nearest Neighbors related filters. It can occur in three states:
  • Not initialized - before model is processed by KNN_Init
  • Initialized, not trained - model is in this state after KNN_Init, and it is ready to pass it to KNN_Train
  • Trained - model is ready to work in KNN_Classify.

See Also