Click or drag to resize

SVMCreate Method

Creates empty model. Use StatModel::Train to train the model. Since %SVM has several parameters, you may want to find the best parameters for your problem, it can be done with SVM::TrainAuto.

Namespace:  OpenCvSharp.ML
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static SVM Create()

Return Value

Type: SVM

[Missing <returns> documentation for "M:OpenCvSharp.ML.SVM.Create"]

See Also