Examples of calConstants()


Examples of cnslab.cnsnetwork.MiNiNeuronPara.calConstants()

      miniNeuron.A = 1;
     
      miniNeuron.SPIKE_ADD = new double [ ] { 1e-10, 0 };
      miniNeuron.SPIKE_RATIO = new double [ ] { 2 , 0 };
           
      miniNeuron.calConstants();
     
      return miniNeuron;
    }
   
    public static boolean  equivalent (
View Full Code Here

Examples of cnslab.cnsnetwork.VSICLIFNeuronPara.calConstants()

// TODO:  Not sure what these methods do or in which order they are called.
// They appear to be required for initialization.     
 
      vsiclifNeuronPara.assignExp ( );
 
      vsiclifNeuronPara.calConstants ( );
     
      return vsiclifNeuronPara;
    }
   
    public static MiNiNeuronPara createTestMiNiNeuronPara ( )
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.