Click or drag to resize
Accord.NET (logo)

EvolutionaryLearningRun Method

Runs learning iteration.

Namespace:  Accord.Neuro.Learning
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public double Run(
	double[] input,
	double[] output
)
Request Example View Source

Parameters

input
Type: SystemDouble
Input vector.
output
Type: SystemDouble
Desired output vector.

Return Value

Type: Double
Returns learning error.

Implements

ISupervisedLearningRun(Double, Double)
Exceptions
ExceptionCondition
NotImplementedExceptionThe method is not implemented by design.
Remarks
See Also