Click or drag to resize
Accord.NET (logo)

MultinomialLogisticRegression Constructor (Int32, Int32, Double)

Creates a new Multinomial Logistic Regression Model.

Namespace:  Accord.Statistics.Models.Regression
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public MultinomialLogisticRegression(
	int inputs,
	int categories,
	double[] intercepts
)
Request Example View Source

Parameters

inputs
Type: SystemInt32
The number of input variables for the model.
categories
Type: SystemInt32
The number of categories for the model.
intercepts
Type: SystemDouble
The initial values for the intercepts.
See Also