Documentation of 'org.joone.engine.NeuralNetEvent' Java class
NeuralNetEvent
org.joone.engine

Class NeuralNetEvent

  • All Implemented Interfaces:
    java.io.Serializable


    public class NeuralNetEvent
    extends java.util.EventObject
    Transport class used to notify the events raised from a neural network
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      NeuralNetEvent(Monitor source)
      The event constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      NeuralNet getNeuralNet()
      Getter for the NeuralNet generating this event.
      void setNeuralNet(NeuralNet nnet)
      Setter for the NeuralNet generating this event.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NeuralNetEvent

        public NeuralNetEvent(Monitor source)
        The event constructor
        Parameters:
        source - The object generating this event. Normally it is the neural network's Monitor
    • Method Detail

      • getNeuralNet

        public NeuralNet getNeuralNet()
        Getter for the NeuralNet generating this event. Warning: Use this method ONLY if the event has been raised by an org.joone.helpers class, otherwise you could get a null value.
        Returns:
        The neural network generating this event
        Since:
        1.2.2
      • setNeuralNet

        public void setNeuralNet(NeuralNet nnet)
        Setter for the NeuralNet generating this event.
        Parameters:
        nnet - The neural network generating this event
        Since:
        1.2.2

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.