Click or drag to resize
Accord.NET (logo)

DeepBeliefNetworkReconstruct Method (Double)

Reconstructs a input vector for a given output.

Namespace:  Accord.Neuro.Networks
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public double[] Reconstruct(
	double[] output
)
Request Example View Source

Parameters

output
Type: SystemDouble
The output vector.

Return Value

Type: Double
Returns a probable input vector which may have originated the given output.
See Also