org.generation5.nn
Interface Notifier


public interface Notifier

The neural network notifier interface.


Method Summary
 int notify(int id, NeuralNetworkTrainer from, java.lang.Object data)
          A neural network notification.
 

Method Detail

notify

public int notify(int id,
                  NeuralNetworkTrainer from,
                  java.lang.Object data)
A neural network notification.

Parameters:
id - the message ID.
from - the NeuralNetworkTrainer this message originates from.
data - notification-specific object data, if required.
Returns:
notification-specific integer to return, if required.

This documentation is part of the Generation5 JDK.