Neuroph

Uses of Class
org.neuroph.nnet.Kohonen

Packages that use Kohonen
org.neuroph.nnet.learning This package provides implementations of concrete neural network learning algorithms. 
org.neuroph.util This package 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 in, int out)
          Creates and returns an instance of Kohonen network
 


Neuroph