Package org.encog.workbench.tabs.visualize.weights

Examples of org.encog.workbench.tabs.visualize.weights.AnalyzeWeightsTab


    }

  }

  public void analyzeWeights() {
    AnalyzeWeightsTab tab = new AnalyzeWeightsTab((ProjectEGFile)this.getEncogObject());
    EncogWorkBench.getInstance().getMainWindow().getTabManager()
        .openModalTab(tab, "Analyze Weights");
  }
View Full Code Here

TOP

Related Classes of org.encog.workbench.tabs.visualize.weights.AnalyzeWeightsTab

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.