| SVMGamma Property |
Parameter gamma of a kernel function.
For SVM::POLY, SVM::RBF, SVM::SIGMOID or SVM::CHI2. Default value is 1.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public double Gamma { get; set; }
Public Property Gamma As Double
Get
Set
public:
property double Gamma {
double get ();
void set (double value);
}
member Gamma : float with get, set
Property Value
Type:
DoubleSee Also