Neuroph

Uses of Class
org.neuroph.nnet.Adaline

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

Uses of Adaline in org.neuroph.util
 

Methods in org.neuroph.util that return Adaline
static Adaline NeuralNetworkFactory.createAdaline(int inputsCount)
          Creates and returns a new instance of Adaline network
 


Neuroph