Package cnslab.cnsnetwork

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

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.