| SVMType Property |
Type of a %SVM formulation.
Default value is SVM::C_SVC.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public SVMTypes Type { get; set; }
Public Property Type As SVMTypes
Get
Set
public:
property SVMTypes Type {
SVMTypes get ();
void set (SVMTypes value);
}
member Type : SVMTypes with get, set
Property Value
Type:
SVMTypesSee Also