Documentation of 'org.neuroph.contrib.samples.timeseries.TestTimeSeries' Java class
TestTimeSeries
org.neuroph.contrib.samples.timeseries

Class TestTimeSeries

    • Constructor Summary

      Constructors 
      Constructor and Description
      TestTimeSeries() 
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void handleLearningEvent(LearningEvent event)
      This method gets executed when LearningRule fires LearningEvent which some class is listening to.
      static void main(java.lang.String[] args) 
      void testNeuralNetwork()
      Prints network output for the each element from the specified training set.
      void train() 
      • Methods inherited from class java.lang.Object

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

      • TestTimeSeries

        public TestTimeSeries()
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
      • train

        public void train()
      • testNeuralNetwork

        public void testNeuralNetwork()
        Prints network output for the each element from the specified training set.
        Parameters:
        neuralNet - neural network
        trainingSet - training set
      • handleLearningEvent

        public void handleLearningEvent(LearningEvent event)
        Description copied from interface: LearningEventListener
        This method gets executed when LearningRule fires LearningEvent which some class is listening to. For example, if you want to print current iteration, error etc.
        Specified by:
        handleLearningEvent in interface LearningEventListener
        Parameters:
        event - holds the information about event tha occured

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.