Click or drag to resize
Accord.NET (logo)

StepwiseLogisticRegressionAnalysisNested Property

Gets the collection of nested models obtained after a step of the backward stepwise procedure.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public StepwiseLogisticRegressionModelCollection Nested { get; }
Request Example View Source

Property Value

Type: StepwiseLogisticRegressionModelCollection
See Also