Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

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