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

Class GenerateSineWave



  • public class GenerateSineWave
    extends java.lang.Object
    Very simple class which just wraps up the generation of a sine wave at one degree steps. Just call getNextSample each time you need a new sample. Class internally tracks the angle. See http://neuroph.sourceforge.net/TimeSeriesPredictionTutorial.html
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double getNextSample()
      Gets next sampling value for the sine wave
      • Methods inherited from class java.lang.Object

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

      • getNextSample

        public double getNextSample()
        Gets next sampling value for the sine wave
        Returns:
        next sampling value for the sine wave

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.