|
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
)
Public Function ComputeError (
input As Double()()
) As Double
Request Example
View SourceParameters
- input
- Type: SystemDouble
Array of input vectors.
Return Value
Type:
Double
Returns sum of learning errors.
See Also