Compute output vector of the layer.
Namespace:
AForge.NeuroAssembly: AForge.Neuro (in AForge.Neuro.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
Parameters
- input
- Type: array<
System..::.Double
>[]()[]
Input vector.
Return Value
Returns layer's output vector.
Remarks
The actual layer's output vector is determined by neurons, which comprise the layer - consists of output values of layer's neurons. The output vector is also stored in Output property.
