Uses of Class
mgui.neuro.components.simple.SimpleNeuron
Package | Description |
---|---|
mgui.neuro.components.simple |
-
Uses of SimpleNeuron in mgui.neuro.components.simple
Methods in mgui.neuro.components.simple that return SimpleNeuron Modifier and Type Method Description SimpleNeuron
SimpleNeuron. getBasicInstance(int dendCount, double restingV)
Returns an instance of a basic simple neuron with dendCount basic (non branching) dendrites, each with a resting potential of restingV.static SimpleNeuron
SimpleNeuron. getBasicUnit()