Package org.encog.workbench.dialogs

Examples of org.encog.workbench.dialogs.BenchmarkDialog


  public void performBenchmark() {
    if (EncogWorkBench
        .askQuestion(
            "Benchmark",
            "Would you like to benchmark Encog on this machine?\nThis process will take several minutes to complete.")) {
      BenchmarkDialog dialog = new BenchmarkDialog();
      dialog.setVisible(true);
    }

  }
View Full Code Here

TOP

Related Classes of org.encog.workbench.dialogs.BenchmarkDialog

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.