For CV_SVM_C_SVC

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 Matrix<float> ClassWeights { get; set; }
Visual Basic (Declaration)
Public Property ClassWeights As Matrix(Of Single)
Visual C++
public:
property Matrix<float>^ ClassWeights {
	Matrix<float>^ get ();
	void set (Matrix<float>^ value);
}

See Also