Uses of Class
org.generation5.nn.NeuralNetwork

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

Uses of NeuralNetwork in org.generation5.nn
 

Subclasses of NeuralNetwork in org.generation5.nn
 class EvoFeedForwardNN
          This class implements an evolutionary feedforward network.
 class FeedForwardNN
          A simple implementation of a feedforward network.
 class KohonenNN
          This class provides a simple implementation of a two-dimensional Kohonen self- organizing map.
 class PerceptronNN
          An implementation of a perceptron.
 

Methods in org.generation5.nn that return NeuralNetwork
 NeuralNetwork KohonenTrainer.getNetwork()
          Return the network being used.
abstract  NeuralNetwork NeuralNetworkTrainer.getNetwork()
          Return the network being used.
 

Methods in org.generation5.nn with parameters of type NeuralNetwork
 void KohonenTrainer.setNetwork(NeuralNetwork net)
          Set the Kohonen network to use in the trainer.
abstract  void NeuralNetworkTrainer.setNetwork(NeuralNetwork net)
          Set the network being used by the trainer.
 


This documentation is part of the Generation5 JDK.