|  | LinearRegressionRecalculateParameters Method | 
            Recalculates the model parameters.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic override void RecalculateParameters()
Public Overrides Sub RecalculateParameters
public:
virtual void RecalculateParameters() override
abstract RecalculateParameters : unit -> unit 
override RecalculateParameters : unit -> unit 
 Remarks
Remarks
            The IsGood property should be checked after calling this method
            to determine if the calculation was successful.
            
 See Also
See Also