Click or drag to resize
Accord.NET (logo)

StepwiseLogisticRegressionAnalysis Constructor (Double, Double, String, String)

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,
	string[] inputNames,
	string outputName
)
Request Example View Source

Parameters

inputs
Type: SystemDouble
The input data for the analysis.
outputs
Type: SystemDouble
The output data for the analysis.
inputNames
Type: SystemString
The names for the input variables.
outputName
Type: SystemString
The name for the output variable.
See Also