Package org.encog.workbench.frames.document.tree

Examples of org.encog.workbench.frames.document.tree.ProjectTraining


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

TOP

Related Classes of org.encog.workbench.frames.document.tree.ProjectTraining

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.