Click or drag to resize
Accord.NET (logo)

LogisticRegressionAnalysis Constructor (Double, Double, Double)

Note: This API is now obsolete.

Constructs a Logistic Regression Analysis.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please pass the inputs and outputs to the Learn method instead.")]
public LogisticRegressionAnalysis(
	double[][] inputs,
	double[] outputs,
	double[] weights
)
Request Example View Source

Parameters

inputs
Type: SystemDouble
The input data for the analysis.
outputs
Type: SystemDouble
The output data for the analysis.
weights
Type: SystemDouble
The weights associated with each input vector.
See Also