Click or drag to resize
Accord.NET (logo)

GeneralizedLinearRegressionCoefficients Property

Note: This API is now obsolete.

Obsolete. For quick compatibility fixes in the short term, use GetCoefficient(Int32) and SetCoefficient(Int32, Double).

Namespace:  Accord.Statistics.Models.Regression
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use Weights and Intercept instead.")]
public double[] Coefficients { get; }
Request Example View Source

Property Value

Type: Double
See Also