org.neuroph.contrib.samples.timeseries
Class GenerateSineWave
- java.lang.Object
-
- org.neuroph.contrib.samples.timeseries.GenerateSineWave
-
public class GenerateSineWave extends java.lang.ObjectVery 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 doublegetNextSample()Gets next sampling value for the sine wave
-
DMelt 3.0 © DataMelt by jWork.ORG