Examples of PoiraziDendriteSigmoidFactory


Examples of ca.nengo.model.neuron.impl.RateFunctionSpikeGenerator.PoiraziDendriteSigmoidFactory

         * Default constructor
         * Sets spikegenerator factory to a PoiraziDendriteSigmoidFactory
         */
        public PoiraziDendriteFactory()
        {
            pf = new PoiraziDendriteSigmoidFactory(); //spike generator for sigmoid dendrites
            r = new Random();
            range = r.nextInt(15); //arbitrary range number



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.