Method Create
- Namespace
- OpenCvSharp.ML
- Assembly
- OpenCvSharp.dll
Create()
Creates empty model. Use StatModel::Train to train the model. Since %SVMSGD has several parameters, you may want to find the best parameters for your problem or use SetOptimalParameters to set some default parameters.
public static SVMSGD Create()