Click or drag to resize
Accord.NET (logo)

LevenbergMarquardtLearningComputeError Method

Compute network error for a given data set.

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

Parameters

input
Type: SystemDouble
The input points.
output
Type: SystemDouble
The output points.

Return Value

Type: Double
The sum of squared errors for the data.
See Also