Package org.encog.workbench.tabs

Examples of org.encog.workbench.tabs.ValidationChart.perform()


      TrainBasicNetwork t = new TrainBasicNetwork(null,null);
      t.performTrain();
    } else if (event.getActionCommand().equals(
        EncogMenus.TOOLS_VALIDATION_CHART)) {
      ValidationChart check = new ValidationChart();
      check.perform(EncogWorkBench.getInstance().getMainWindow());
    } else if (event.getActionCommand().equals(EncogMenus.TOOLS_BIN2EXTERNAL)) {
      ImportExport.performBin2External();
    } else if (event.getActionCommand().equals(EncogMenus.TOOLS_EXTERNAL2BIN)) {
      ImportExport.performExternal2Bin(null,null,null);
    } else if (event.getActionCommand().equals(EncogMenus.TOOLS_RBF)) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.