Neuroph

Uses of Class
org.neuroph.nnet.Kohonen

Packages that use Kohonen
org.neuroph.nnet.learning Provides implementations of specific neural network learning algorithms. 
org.neuroph.util Provides various utility classes for creating neural networks, type codes, parsing vectors, etc. 
 

Uses of Kohonen in org.neuroph.nnet.learning
 

Constructors in org.neuroph.nnet.learning with parameters of type Kohonen
KohonenLearning(Kohonen nnet)
           
 

Uses of Kohonen in org.neuroph.util
 

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


Neuroph