|
MultivariateKernelRegressionTKernelWeights Property
|
Gets or sets the linear weights of the regression model. The
intercept term is not stored in this vector, but is instead
available through the
Intercept property.
Namespace:
Accord.Statistics.Models.Regression
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double[][] Weights { get; set; }
Public Property Weights As Double()()
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleSee Also