The properties of the RadialBasisFunctionLayer class are listed below. For a complete list of RadialBasisFunctionLayer class members, see the RadialBasisFunctionLayer Members topic.
ActivationFunction | The activation function for this layer, in this case it produces an error because RBF layers do not have an activation function. |
Description (inherited from BasicLayer) | The description. |
HasThreshold (inherited from BasicLayer) | True if threshold values are present. |
Name (inherited from BasicLayer) | The name of this object. |
NeuronCount (inherited from BasicLayer) | Get or set the neuron count for this layer. This just sets it, it does not make any adjustments to the class. To automatically change the neuron count refer to the pruning classes. |
Next (inherited from BasicLayer) | @return The outbound synapse connections. |
NextLayers (inherited from BasicLayer) | @return The list of layers that the outbound synapses connect to. |
RadialBasisFunction | An array of radial basis functions. |
Threshold (inherited from BasicLayer) | Set or gets the threshold array. This does not modify any of the other values in the network, it just sets the threshold array. If you want to change the structure of the neural network you should use the pruning classes. |
X (inherited from BasicLayer) | The x-coordinate. Used when the layer is displayed in a GUI. |
Y (inherited from BasicLayer) | The y-coordinate. Used when the layer is displayed in a GUI. |
RadialBasisFunctionLayer Class | Encog.Neural.Networks.Layers Namespace