|
RestrictedBoltzmannMachineCompute Method
|
Compute output vector of the network.
Namespace:
Accord.Neuro.Networks
Assembly:
Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax public override double[] Compute(
double[] input
)
Public Overrides Function Compute (
input As Double()
) As Double()
Request Example
View SourceParameters
- input
- Type: SystemDouble
Input vector.
Return Value
Type:
Double
Returns network's output vector.
See Also