Method Create
- Namespace
- OpenCvSharp.ML
- Assembly
- OpenCvSharp.dll
Create()
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.
public static SVM Create()