Click or drag to resize
Accord.NET (logo)

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()
Request Example View Source

Return 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