16171819202122
return "EncogCollection"; } public void jsFunction_load(String filename) { this.collection.load(new FilePersistence(new File(filename))); }
21222324252627
this.collection.load(new FilePersistence(new File(filename))); } public void jsFunction_save(String filename) { this.collection.save(new FilePersistence(new File(filename))); }