Uses of Class
mgui.neuro.components.types.ConnectableNeuron
Package | Description |
---|---|
mgui.neuro.components | |
mgui.neuro.components.simple | |
mgui.neuro.components.types | |
mgui.neuro.networks |
-
Uses of ConnectableNeuron in mgui.neuro.components
Subclasses of ConnectableNeuron in mgui.neuro.components Modifier and Type Class Description class
AbstractMotorNeuron
Abstract class for a motor (output) neuron.class
AbstractSensoryNeuron
-
Uses of ConnectableNeuron in mgui.neuro.components.simple
Subclasses of ConnectableNeuron in mgui.neuro.components.simple Modifier and Type Class Description class
SimpleMotorNeuron
Simple implementation of a motor (output) neuron.class
SimpleNeuron
Simple McCulloch-Pitts model of an artificial neuron.class
SimpleSensoryNeuron
A simple input (i.e., sensory) neuron. -
Uses of ConnectableNeuron in mgui.neuro.components.types
Methods in mgui.neuro.components.types with parameters of type ConnectableNeuron Modifier and Type Method Description boolean
ConnectableNeuron. connectDendrite(ConnectableNeuron neuron, AbstractSynapse synapse, int index)
boolean
ConnectableNeuron. connectOpenDendrite(ConnectableNeuron neuron, AbstractSynapse synapse)
Connect the passed SimpleNeuron to this neuron's first open (synapse-free) dendrite.boolean
ConnectableNeuron. connectTo(ConnectableNeuron neuron, AbstractSynapse synapse)
-
Uses of ConnectableNeuron in mgui.neuro.networks
Fields in mgui.neuro.networks with type parameters of type ConnectableNeuron Modifier and Type Field Description java.util.ArrayList<ConnectableNeuron>
AbstractNeuralNet. units
Methods in mgui.neuro.networks with parameters of type ConnectableNeuron Modifier and Type Method Description boolean
AbstractNeuralNet. addUnit(ConnectableNeuron unit)
boolean
AbstractNeuralNet. addUnit(ConnectableNeuron unit, boolean fire)
protected void
AbstractNeuralNet. fireUnitAdded(ConnectableNeuron n)
boolean
AbstractNeuralNet. removeUnit(ConnectableNeuron unit)