172173174175176177178179
/** * @return The training set that the user chose. */ public MLDataSet getTraining() { ProjectTraining training = (ProjectTraining) this.comboTraining.getSelectedValue(); return EncogUtility.loadEGB2Memory(training.getFile()); }