Package ca.nengo.model.neuron.impl.RateFunctionSpikeGenerator

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

Related Classes of ca.nengo.model.neuron.impl.RateFunctionSpikeGenerator.PoiraziDendriteSigmoidFactory

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.