For poly/rbf/sigmoid

Namespace:  Emgu.CV.ML
Assembly:  Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public double Gamma { get; set; }
Visual Basic (Declaration)
Public Property Gamma As Double
Visual C++
public:
property double Gamma {
	double get ();
	void set (double value);
}

See Also