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: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static SVM Create()
Public Shared Function Create As SVM
public:
static SVM^ Create()
static member Create : unit -> SVM 
OpenCvSharp.ML.SVM.Create = function();
Return Value
Type: 
SVM
See Also