|
LevenbergMarquardtLearningRun Method
|
Namespace:
Accord.Neuro.Learning
Assembly:
Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax public double Run(
double[] input,
double[] output
)
Public Function Run (
input As Double(),
output As Double()
) As Double
Request Example
View SourceParameters
- input
- Type: SystemDouble
Array of input vectors. - output
- Type: SystemDouble
Array of output vectors.
Return Value
Type:
DoubleNothing.
Implements
ISupervisedLearningRun(Double, Double)Remarks Online learning mode is not supported by the
Levenberg Marquardt. Use batch learning mode instead.
See Also