| 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()
Public Shared Function Create As SVM
public:
static SVM^ Create()
static member Create : unit -> SVM
Return Value
Type:
SVM[Missing <returns> documentation for "M:OpenCvSharp.ML.SVM.Create"]
See Also