Click or drag to resize
Accord.NET (logo)

MultinomialLogisticRegressionAnalysis Constructor (String, String)

Constructs a Multiple Linear Regression Analysis.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public MultinomialLogisticRegressionAnalysis(
	string[] inputNames,
	string[] outputNames
)
Request Example View Source

Parameters

inputNames
Type: SystemString
The names of the input variables.
outputNames
Type: SystemString
The names of the output variables.
See Also