org.neuroph.contrib.samples.timeseries
Class GenerateSet
- java.lang.Object
-
- org.neuroph.contrib.samples.timeseries.GenerateSet
-
public class GenerateSet extends java.lang.ObjectVery simple basic class which wraps the data generation process for the Time-Series Prediction tutorial. Internally handles writing the data out to a system file. Also uses a buffer to simulate stepping along the time series data. See http://neuroph.sourceforge.net/TimeSeriesPredictionTutorial.html
-
-
Constructor Summary
Constructors Constructor and Description GenerateSet(java.lang.String filename, boolean simple, int sampleEvery, int memory)Contructor for datase set generator which takes filename and data set settings as arguments
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voiddoIt()Does the data set generation
-
DMelt 3.0 © DataMelt by jWork.ORG