Emgu CV Library Documentation
Weights Property
NamespacesEmgu.CV.MLEMParamsWeights

www.emgu.com/wiki
Get or Set the weights
Declaration Syntax
C#Visual BasicVisual C++
public Matrix<double> Weights { get; set; }
Public Property Weights As Matrix(Of Double)
public:
property Matrix<double>^ Weights {
	Matrix<double>^ get ();
	void set (Matrix<double>^ value);
}

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