Emgu CV Library Documentation
SVMType Property
NamespacesEmgu.CV.MLSVMParamsSVMType

www.emgu.com/wiki
The type of SVM
Declaration Syntax
C#Visual BasicVisual C++
public SVM_TYPE SVMType { get; set; }
Public Property SVMType As SVM_TYPE
public:
property SVM_TYPE SVMType {
	SVM_TYPE get ();
	void set (SVM_TYPE value);
}

Assembly: Emgu.CV.ML (Module: Emgu.CV.ML) Version: 1.0.0.0 (1.0.0.0)