Package htm.Region

Examples of htm.Region.RegionStats


    syn2Area.add(mostSyn2Label0, setGrid(0,3));
    syn2Area.add(mostSynLabel[2], setGrid(1,3));
   
    _statListener = new ChangeListener() {
      public void stateChanged(ChangeEvent e) {
        RegionStats stats = _region.getStats();
       
        activeAccLabel.setText(_nf.format(stats.activationAccuracy*100.0)+"%");
        predAccLabel.setText(_nf.format(stats.predicationAccuracy*100.0)+"%");
       
        for(int i=0; i<3; ++i) {
View Full Code Here

TOP

Related Classes of htm.Region.RegionStats

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.