closedLoopSunspots = EngineArray.arrayCopy(normalizedSunspots);
}
public MLDataSet generateTraining() {
TemporalWindowArray temp = new TemporalWindowArray(WINDOW_SIZE, 1);
temp.analyze(this.normalizedSunspots);
return temp.process(this.normalizedSunspots);
}