You are here: Start » AVL.NET » AVL.SVM_Classify(AvlNet.SvmModel, float[][], int[])
AVL.SVM_Classify(AvlNet.SvmModel, float[][], int[])
Classifies input points based on trained model
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SVM_Classify( AvlNet.SvmModel inTrainedSvmModel, float[][] inVectorArray, out int[] outPredictions )
Parameters
- inTrainedSvmModel
- Type: AvlNet.SvmModel
Input trained model - inVectorArray
- Type: System.Single
Data vector array of unknown classes - outPredictions
- Type: System.Int32
Predicted classes
