Click or drag to resize
Accord.NET (logo)

MultinomialLogisticRegressionAnalysis Properties

The MultinomialLogisticRegressionAnalysis type exposes the following members.

Properties
  NameDescription
Public propertyArray Obsolete.
Source data used in the analysis.
Public propertyChiSquare
Gets the Chi-Square (Likelihood Ratio) Test for the model.
Public propertyCoefficients
Gets the collection of coefficients of the model.
Public propertyCoefficientValues
Gets the value of each coefficient.
Public propertyConfidences
Gets the Confidence Intervals (C.I.) for each coefficient found in the regression.
Public propertyDeviance
Gets the Deviance of the model.
Public propertyInputNames
Gets or sets the name of the input variables for the model.
Public propertyInputs Obsolete.
Obsolete. Please use InputNames instead.
Public propertyIterations
Gets or sets the maximum number of iterations to be performed by the regression algorithm. Default is 50.
Public propertyLogLikelihood
Gets the Log-Likelihood for the model.
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 propertyOutput Obsolete.
Gets the dependent variable value for each of the source input points.
Public propertyOutputCount
Gets the number of outputs in the regression problem.
Public propertyOutputNames
Gets or sets the name of the output variable for the model.
Public propertyOutputs Obsolete.
Gets the dependent variable value for each of the source input points.
Public propertyRegression
Gets the Regression model created and evaluated by this analysis.
Public propertyResults Obsolete.
Gets the resulting values obtained by the regression model.
Public propertySource Obsolete.
Source data used in the analysis.
Public propertyStandardErrors
Gets the Standard Error for each coefficient found during the logistic regression.
Public propertyToken
Gets or sets a cancellation token that can be used to stop the learning algorithm while it is running.
Public propertyTolerance
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.
Public propertyWaldTests
Gets the Wald Tests for each coefficient.
Top
See Also