You are here: Start » AVL.NET » AVS.SVM_ClassifyMultiple Method
AVS.SVM_ClassifyMultiple Method
Classifies input points based on trained model.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SVM_ClassifyMultiple ( AvlNet.SvmModel inSvmModel, IList<IList<float>> inVectorArray, IList<int> outPredictions )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSvmModel | AvlNet.SvmModel | Input trained model. | ||
![]() | inVectorArray | System.Collections.Generic.IList<System.Collections.Generic.IList<float>> | Data vector array of unknown classes. | ||
![]() | outPredictions | System.Collections.Generic.IList<int> | Predicted classes. |


