|
Neuroph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neuroph.samples.timeseries.GenerateSineWave
public class GenerateSineWave
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 | |
---|---|
double |
getNextSample()
Gets next sampling value for the sine wave |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double getNextSample()
|
Neuroph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |