|
MultinomialLogisticRegression Constructor (Int32, Int32)
|
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
)
Public Sub New (
inputs As Integer,
categories As Integer
)
Request Example
View SourceParameters
- inputs
- Type: SystemInt32
The number of input variables for the model. - categories
- Type: SystemInt32
The number of categories for the model.
See Also