Click or drag to resize
Accord.NET (logo)

StepwiseLogisticRegressionAnalysis Properties

The StepwiseLogisticRegressionAnalysis type exposes the following members.

Properties
  NameDescription
Public propertyComplete
Gets the full model.
Public propertyCurrent
Gets the current best nested model.
Public propertyInputs
Gets or sets the name of the input variables.
Public propertyIterations
Gets or sets the maximum number of iterations to be performed by the regression algorithm. Default is 50.
Public propertyNested
Gets the collection of nested models obtained after a step of the backward stepwise procedure.
Public propertyOutput
Gets or sets the name of the output variables.
Public propertyOutputs
Gets the dependent variable value for each of the source input points.
Public propertyResult
Gets the resulting probabilities obtained by the most likely logistic regression model.
Public propertySource
Source data used in the analysis.
Public propertyThreshold
Gets or sets the significance threshold used to determine if a nested model is significant or not.
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 propertyVariables
Gets the final set of input variables indices as selected by the stepwise procedure.
Top
See Also