Documentation For Encog 2.x

RadialBasisPattern Class

A radial basis function (RBF) network uses several radial basis functions to provide a more dynamic hidden layer activation function than many other types of neural network. It consists of a input, output and hidden layer.

For a list of all members of this type, see RadialBasisPattern Members .

System.Object
   RadialBasisPattern

public class RadialBasisPattern : INeuralNetworkPattern

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Encog.Neural.Networks.Pattern

Assembly: encog-core-cs (in encog-core-cs.dll)

See Also

RadialBasisPattern Members | Encog.Neural.Networks.Pattern Namespace