Click or drag to resize
Accord.NET (logo)

StepwiseLogisticRegressionAnalysis Constructor (Double, Double)

Constructs a Stepwise Logistic Regression Analysis.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public StepwiseLogisticRegressionAnalysis(
	double[][] inputs,
	double[] outputs
)
Request Example View Source

Parameters

inputs
Type: SystemDouble
The input data for the analysis.
outputs
Type: SystemDouble
The output data for the analysis.
See Also