You are here: Start » FIL.NET » FIS.SVM_ClassifySingle Method
FIS.SVM_ClassifySingle Method
Classifies input features based on a trained model.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SVM_ClassifySingle ( FilNet.SvmModel inSvmModel, IList<float> inVector, out int outPrediction )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSvmModel | FilNet.SvmModel | Input trained model. | ||
![]() | inVector | System.Collections.Generic.IList<float> | Data vector of unknown class. | ||
![]() | outPrediction | int | Predicted classes. |