|
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
)
<ObsoleteAttribute("Please use the Learn(x, y) method instead.")>
Public Function Run (
input As Double(),
output As Double
) As Double
Request Example
View SourceParameters
- input
- Type: SystemDouble
- output
- Type: SystemDouble
Return Value
Type:
DoubleSee Also