Documentation For Encog 2.x

RadialBasisFunctionLayer.Compute Method

Compute the values before sending output to the next layer. This function allows the activation functions to be called.

public override INeuralData Compute(
   INeuralData pattern
);

Parameters

pattern
The incoming Project.

Return Value

The output from this layer.

Implements

ILayer.Compute

See Also

RadialBasisFunctionLayer Class | Encog.Neural.Networks.Layers Namespace