 | LinearRegressionParameterParameterIndex Property |
Gets the index of this parameter in the linear regresssion.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic int ParameterIndex { get; }
Public ReadOnly Property ParameterIndex As Integer
Get
public:
property int ParameterIndex {
int get ();
}
member ParameterIndex : int with get
Property Value
Type:
Int32
See Also