Click or drag to resize
Accord.NET (logo)

MultinomialLogisticRegressionNumberOfParameters Property

Gets the total number of parameters in the multinomial logistic regression [(categories - 1) * (inputs + 1)].

Namespace:  Accord.Statistics.Models.Regression
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public int NumberOfParameters { get; }
Request Example View Source

Property Value

Type: Int32
See Also