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
inSvmModelFilNet.SvmModelInput trained model.
inVectorSystem.Collections.Generic.IList<float>Data vector of unknown class.
outPredictionintPredicted classes.

Function Overrides

See also