|
6.1.2 NeuralFit
The initialized RBF network is trained with NeuralFit. This command is also used for feedforward networks and for dynamic networks. An introduction to using it is given in Section 5.1.2, NeuralFit. Chapter 7, Training Feedforward and Radial Basis Function Networks, describes the command and its options in detail.
A derived RBF network can be applied to new inputs using function evaluation. The result given by the network is its estimate of the output.

Function evaluation of a radial basis function network.
The input argument x can be a vector containing one input sample or a matrix containing one input sample on each row.
The function evaluation has one option.

Option of the network evaluation rule.
|