Click or drag to resize

LinearRegressionRecalculateParameters Method

Recalculates the model parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override void RecalculateParameters()
Remarks
The IsGood property should be checked after calling this method to determine if the calculation was successful.
See Also