Uses of Interface
org.generation5.nn.Notifier

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

Uses of Notifier in org.generation5.nn
 

Fields in org.generation5.nn declared as Notifier
protected  Notifier NeuralNetworkTrainer.notifier
          A simple interface that allows a NeuralNetworkTrainer to notify additional classes about events.
 

Methods in org.generation5.nn with parameters of type Notifier
 void NeuralNetworkTrainer.setNotifier(Notifier notify)
          Set the notifier for this class.
 


This documentation is part of the Generation5 JDK.