Neuroph

Uses of Class
org.neuroph.nnet.Hopfield

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

Uses of Hopfield in org.neuroph.util
 

Methods in org.neuroph.util that return Hopfield
static Hopfield NeuralNetworkFactory.createHopfield(int neuronsCount)
          Creates and returns a new instance of Hopfield network
 


Neuroph