|
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
)
Public Function Reconstruct (
output As Double()
) As Double()
Request Example
View SourceParameters
- output
- Type: SystemDouble
The output vector.
Return Value
Type:
Double
Returns a probable input vector which may
have originated the given output.
See Also