Gets the weights used in the final iteration of the most recent computation.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

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

See Also