| Class | Description |
|---|---|
| doRbfnIncCl |
This class allows the building of RBF neural networks with a decremental algorithm
This class contains a MAIN function that reads parameters, builds the net, and produces the results
yielded by the net when is applied to the test data set.
|
| ProcDataset |
Process the KEEL dataset
|
| Rbf |
This class codified a neuron or a RBF
|
| Rbfn |
This class codified a Radial Basis Function Network
|
| RBFUtils |
Offers several utilities
|