Uses of Class
org.generation5.nn.NeuralNetworkTrainer

Packages that use NeuralNetworkTrainer
org.generation5.nn Neural network example classes including Kohonen, Perceptron and Feedforward networks. 
 

Uses of NeuralNetworkTrainer in org.generation5.nn
 

Subclasses of NeuralNetworkTrainer in org.generation5.nn
 class KohonenTrainer
          This class implements the Kohonen training algorithm.
 

Methods in org.generation5.nn with parameters of type NeuralNetworkTrainer
 int Notifier.notify(int id, NeuralNetworkTrainer from, java.lang.Object data)
          A neural network notification.
 


This documentation is part of the Generation5 JDK.