Click or drag to resize
Accord.NET (logo)

MultinomialLogisticRegression Properties

The MultinomialLogisticRegression type exposes the following members.

Properties
  NameDescription
Public propertyCategories Obsolete.
Gets the number of categories of the model.
Public propertyCoefficients
Gets the coefficient vectors, in which the first column are the intercept values.
Public propertyInputs Obsolete.
Gets the number of inputs of the 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.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyNumberOfOutputs
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyNumberOfParameters
Gets the total number of parameters in the multinomial logistic regression [(categories - 1) * (inputs + 1)].
Public propertyStandardErrors
Gets the standard errors associated with each coefficient during the model estimation phase.
Top
See Also