|
DeepBeliefNetworkCompute Method (Double, Int32)
|
Computes the network's outputs for a given input.
Namespace:
Accord.Neuro.Networks
Assembly:
Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax public double[] Compute(
double[] input,
int layerIndex
)
Public Function Compute (
input As Double(),
layerIndex As Integer
) As Double()
Request Example
View SourceParameters
- input
- Type: SystemDouble
The input vector. - layerIndex
- Type: SystemInt32
The index of the layer.
Return Value
Type:
Double
Returns the network's output for the given input.
See Also