Package cnslab.cnsnetwork

Examples of cnslab.cnsnetwork.Layer


     
      assertEquals ( 1e-9, simulatorParser.backgroundStrength, 0 );
     
      assertTrue (
        ErnstLib.equivalent (
          new Layer ( "AA", "AA", 1, 1, "exc" ),
          simulatorParser.layerStructure.getLayer ( "AA", "AA" ) ) );
     
      assertTrue (
        ErnstLib.equivalent (
          new Layer ( "BB", "BB", 1, 1, "exc" ),
          simulatorParser.layerStructure.getLayer ( "BB", "BB" ) ) );
     
      assertEquals (
        200,
        simulatorParser.layerStructure.totalNumNeurons ( ) );
View Full Code Here

TOP

Related Classes of cnslab.cnsnetwork.Layer

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.