Click or drag to resize
Accord.NET (logo)

StepwiseLogisticRegressionAnalysisCompute Method

Note: This API is now obsolete.

Computes the Stepwise Logistic Regression.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use Learn(x, y) instead.")]
public void Compute()
Request Example View Source

Implements

IAnalysisCompute
See Also