Click or drag to resize
Accord.NET (logo)

LogisticGradientDescentRun Method (Double, Double)

Note: This API is now obsolete.

Runs a single pass of the gradient descent algorithm.

Namespace:  Accord.Statistics.Models.Regression.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use the Learn(x, y) method instead.")]
public double Run(
	double[] input,
	double output
)
Request Example View Source

Parameters

input
Type: SystemDouble
output
Type: SystemDouble

Return Value

Type: Double
See Also