|
|
MultinomialLogisticRegression Properties |
The MultinomialLogisticRegression type exposes the following members.
| Name | Description | |
|---|---|---|
| Categories | Obsolete.
Gets the number of categories of the model.
| |
| Coefficients |
Gets the coefficient vectors, in which the
first column are the intercept values.
| |
| Inputs | Obsolete.
Gets the number of inputs of the model.
| |
| NumberOfClasses |
Gets the number of classes expected and recognized by the classifier.
(Inherited from ClassifierBaseTInput, TClasses.) | |
| NumberOfInputs |
Gets the number of inputs accepted by the model.
(Inherited from TransformBaseTInput, TOutput.) | |
| NumberOfOutputs |
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.) | |
| NumberOfParameters |
Gets the total number of parameters in the multinomial
logistic regression [(categories - 1) * (inputs + 1)].
| |
| StandardErrors |
Gets the standard errors associated with each
coefficient during the model estimation phase.
|