Click or drag to resize
Accord.NET (logo)

GeneralizedLinearRegression Properties

The GeneralizedLinearRegression type exposes the following members.

Properties
  NameDescription
Public propertyCoefficients Obsolete.
Obsolete. For quick compatibility fixes in the short term, use GetCoefficient(Int32) and SetCoefficient(Int32, Double).
Public propertyInputs Obsolete.
Gets the number of inputs handled by this model.
Public propertyIntercept
Gets or sets the intercept term. This is always the first value of the Coefficients array.
Public propertyLinear
Gets the underlying linear regression.
Public propertyLink
Gets the link function used by this generalized linear model.
Public propertyNumberOfClasses
Gets the number of classes expected and recognized by the classifier.
(Inherited from ClassifierBaseTInput, TClasses.)
Public propertyNumberOfInputs
Gets the number of inputs accepted by the model.
(Overrides TransformBaseTInput, TOutputNumberOfInputs.)
Public propertyNumberOfOutputs
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyNumberOfParameters
Gets the number of parameters in this model (equals the NumberOfInputs + 1).
Public propertyStandardErrors
Gets the standard errors associated with each coefficient during the model estimation phase.
Public propertyWeights
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.
Top
See Also