Click or drag to resize
Accord.NET (logo)

LogisticRegression Properties

The LogisticRegression 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).
(Inherited from GeneralizedLinearRegression.)
Public propertyInputs Obsolete.
Gets the number of inputs handled by this model.
(Inherited from GeneralizedLinearRegression.)
Public propertyIntercept
Gets or sets the intercept term. This is always the first value of the Coefficients array.
(Inherited from GeneralizedLinearRegression.)
Public propertyLinear
Gets the underlying linear regression.
(Inherited from GeneralizedLinearRegression.)
Public propertyLink
Gets the link function used by this generalized linear model.
(Inherited from GeneralizedLinearRegression.)
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.
(Inherited from GeneralizedLinearRegression.)
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).
(Inherited from GeneralizedLinearRegression.)
Public propertyStandardErrors
Gets the standard errors associated with each coefficient during the model estimation phase.
(Inherited from GeneralizedLinearRegression.)
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.
(Inherited from GeneralizedLinearRegression.)
Top
See Also