Click or drag to resize
Accord.NET (logo)

ContrastiveDivergenceLearningComputeError Method

Computes the reconstruction error of the current layer.

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

Parameters

input
Type: SystemDouble
Array of input vectors.

Return Value

Type: Double
Returns sum of learning errors.
See Also