Package cnslab.cnsnetwork

Examples of cnslab.cnsnetwork.VSICLIFNeuronParaV2


     
      final String  excModel = excPara.getModel ( );
     
      assertEquals ( "VSICLIFNeuronV2", excModel );
     
      final VSICLIFNeuronParaV2
        vsiclifNeuronParaV2 = ( VSICLIFNeuronParaV2 ) excPara;
     
      assertEquals (
        -0.070,
        vsiclifNeuronParaV2.VREST,
View Full Code Here

TOP

Related Classes of cnslab.cnsnetwork.VSICLIFNeuronParaV2

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.