|
LogisticRegressionAnalysisCompute Method
|
Note: This API is now obsolete.
Computes the 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:
Boolean
True if the model converged, false otherwise.
Remarks
The likelihood surface for the logistic regression learning
is convex, so there will be only one peak. Any local maxima
will be also a global maxima.
See Also