Gets the weights used in the final iteration of the most
recent computation.
Namespace:
CenterSpace.NMath.MatrixAssembly: 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 (); } |