Click or drag to resize
Accord.NET (logo)

DeepBeliefNetworkReconstruct Method (Double, Int32)

Reconstructs a input vector using the output vector of a given layer.

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

Parameters

output
Type: SystemDouble
The output vector.
layerIndex
Type: SystemInt32
The index of the layer.

Return Value

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