|
MultinomialLogisticRegressionAnalysisCompute Method
|
Note: This API is now obsolete.
Computes the Multinomial Logistic Regression Analysis.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use the Learn method instead.")]
public bool Compute()
<ObsoleteAttribute("Please use the Learn method instead.")>
Public Function Compute As Boolean
Request Example
View SourceReturn Value
Type:
BooleanSee Also