Returns the matrix of weights computed by the algorithm.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DoubleMatrix Weights { get; }
Visual Basic (Declaration)
Public ReadOnly Property Weights As DoubleMatrix
Visual C++
public:
property DoubleMatrix^ Weights {
	DoubleMatrix^ get ();
}

See Also