}
public MLDataSet generateTraining() {
TemporalWindowArray temp = new TemporalWindowArray(WINDOW_SIZE, 1);
temp.analyze(this.normalizedSunspots);
return temp.process(this.normalizedSunspots);
}
public BasicNetwork createNetwork() {
BasicNetwork network = new BasicNetwork();