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 INeuralData compute(
   INeuralData pattern
);

Parameters

pattern
The incoming Project.

Return Value

The output from this layer.

See Also

RadialBasisFunctionLayer Class | Encog.Neural.Networks.Layers Namespace