Gets the computed model parameters.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DoubleVector Parameters { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Parameters As DoubleVector |
| Visual C++ |
|---|
public: property DoubleVector^ Parameters { DoubleVector^ get (); } |