optimProto: Boolean. If TRUE, the prototypes are optimized (default). Otherwise, they are fixed.
Returns
A list with three elements:
param: Optimized network parameters.
loglik: Final value of the log-likelihood objective function.
err: Training error rate.
Details
The RBF neural network is trained by maximizing the conditional log-likelihood (or, equivalently, by minimizing the cross-entropy loss function). The optimization procedure is the BFGS algorithm implemented in function optim.