|
IterativeReweightedLeastSquaresTModelSolution Property
|
Gets the current values for the coefficients.
Namespace:
Accord.Statistics.Models.Regression.Fitting
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double[] Solution { get; }
Public ReadOnly Property Solution As Double()
Get
Request Example
View SourceProperty Value
Type:
DoubleSee Also