Neuroph

Uses of Class
org.neuroph.nnet.MaxNet

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

Uses of MaxNet in org.neuroph.util
 

Methods in org.neuroph.util that return MaxNet
static MaxNet NeuralNetworkFactory.createMaxNet(int neuronsCount)
          Creates and returns a new instance of Max Net network
 


Neuroph