Click or drag to resize
Accord.NET (logo)

LowerBoundNewtonRaphson Constructor (MultinomialLogisticRegression)

Creates a new LowerBoundNewtonRaphson.

Namespace:  Accord.Statistics.Models.Regression.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public LowerBoundNewtonRaphson(
	MultinomialLogisticRegression regression
)
Request Example View Source

Parameters

regression
Type: Accord.Statistics.Models.RegressionMultinomialLogisticRegression
The regression to estimate.
See Also