train {frbf} | R Documentation |
Trains an FRBF network. Performs the learning step of the algorithm.
train(training_matrix, config)
training_matrix |
training data matrix |
config |
configuration |
Returns the kernels from the training step.
This function is part of the frbf implementation and is for internal use only.
Fernando Martins