public class doRbfnIncCl
extends java.lang.Object
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.
| Constructor and Description |
|---|
doRbfnIncCl()
Does nothing.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Main Function
|