You are here: Start » FIL.NET » FIS.KNN_Init Method
FIS.KNN_Init Method
Initializes the KNN classifier.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void KNN_Init ( int inClassCount, int inDimensionCount, FilNet.KNNModel outKNNModel )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inClassCount | int | <2, +INF> | Number of classes. | |
![]() | inDimensionCount | int | <1, +INF> | Length of feature vector. | |
![]() | outKNNModel | FilNet.KNNModel | Initialized KNN model. |