Examples of SynapticIntegratorFactory


Examples of ca.nengo.model.neuron.impl.SynapticIntegratorFactory

        IndicatorPDF bias = (IndicatorPDF) configuredProperties.getValue(pBias);

        /*
         * Construct Objects from Classes
         */
        SynapticIntegratorFactory synapticIntegratorFactory = (SynapticIntegratorFactory) constructFromClass(synapticIntegratorClass);
        SpikeGeneratorFactory spikeGeneratorFactory = (SpikeGeneratorFactory) constructFromClass(spikeGeneratorClass);

        return new SpikingNeuronFactory(synapticIntegratorFactory, spikeGeneratorFactory, scale,
                bias);
    }
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.