Click or drag to resize
Accord.NET (logo)

LogisticRegressionAnalysisCompute Method (LogisticRegression)

Note: This API is now obsolete.

Computes the Logistic Regression Analysis for an already computed regression.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use the Learn() method instead.")]
public void Compute(
	LogisticRegression regression
)
Request Example View Source

Parameters

regression
Type: Accord.Statistics.Models.RegressionLogisticRegression
See Also