Neuroph

Uses of Class
org.neuroph.nnet.RbfNetwork

Packages that use RbfNetwork
org.neuroph.util Provides various utility classes for creating neural networks, type codes, parsing vectors, etc. 
 

Uses of RbfNetwork in org.neuroph.util
 

Methods in org.neuroph.util that return RbfNetwork
static RbfNetwork NeuralNetworkFactory.createRbfNetwork(int inputNeuronsCount, int rbfNeuronsCount, int outputNeuronsCount)
          Creates and returns a new instance of RBF network
 


Neuroph