MultinomialLogisticRegressionAnalysis Properties |
The MultinomialLogisticRegressionAnalysis type exposes the following members.
Name | Description | |
---|---|---|
Array | Obsolete.
Source data used in the analysis.
| |
ChiSquare |
Gets the Chi-Square (Likelihood Ratio) Test for the model.
| |
Coefficients |
Gets the collection of coefficients of the model.
| |
CoefficientValues |
Gets the value of each coefficient.
| |
Confidences |
Gets the Confidence Intervals (C.I.)
for each coefficient found in the regression.
| |
Deviance |
Gets the Deviance of the model.
| |
InputNames |
Gets or sets the name of the input variables for the model.
| |
Inputs | Obsolete.
Obsolete. Please use InputNames instead.
| |
Iterations |
Gets or sets the maximum number of iterations to be
performed by the regression algorithm. Default is 50.
| |
LogLikelihood |
Gets the Log-Likelihood for the model.
| |
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.) | |
Output | Obsolete.
Gets the dependent variable value
for each of the source input points.
| |
OutputCount |
Gets the number of outputs in the regression problem.
| |
OutputNames |
Gets or sets the name of the output variable for the model.
| |
Outputs | Obsolete.
Gets the dependent variable value
for each of the source input points.
| |
Regression |
Gets the Regression model created
and evaluated by this analysis.
| |
Results | Obsolete.
Gets the resulting values obtained by the regression model.
| |
Source | Obsolete.
Source data used in the analysis.
| |
StandardErrors |
Gets the Standard Error for each coefficient
found during the logistic regression.
| |
Token |
Gets or sets a cancellation token that can be used to
stop the learning algorithm while it is running.
| |
Tolerance |
Gets or sets the difference between two iterations of the regression
algorithm when the algorithm should stop. The difference is calculated
based on the largest absolute parameter change of the regression. Default
is 1e-5.
| |
WaldTests |
Gets the Wald Tests for each coefficient.
|