Uses of Class
mgui.neuro.components.AbstractNeuron
Package | Description |
---|---|
mgui.neuro.components | |
mgui.neuro.components.simple | |
mgui.neuro.components.types | |
mgui.neuro.graphs |
-
Uses of AbstractNeuron in mgui.neuro.components
Subclasses of AbstractNeuron in mgui.neuro.components Modifier and Type Class Description class
AbstractMotorNeuron
Abstract class for a motor (output) neuron.class
AbstractSensoryNeuron
Fields in mgui.neuro.components declared as AbstractNeuron Modifier and Type Field Description AbstractNeuron
AbstractNeuronalComponent. parent
Methods in mgui.neuro.components that return AbstractNeuron Modifier and Type Method Description static AbstractNeuron
AbstractNeuron. getBasicUnit()
Methods in mgui.neuro.components with parameters of type AbstractNeuron Modifier and Type Method Description void
AbstractDendrites. setParent(AbstractNeuron n)
-
Uses of AbstractNeuron in mgui.neuro.components.simple
Subclasses of AbstractNeuron 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 AbstractNeuron in mgui.neuro.components.types
Subclasses of AbstractNeuron in mgui.neuro.components.types Modifier and Type Class Description class
ConnectableNeuron
-
Uses of AbstractNeuron in mgui.neuro.graphs
Fields in mgui.neuro.graphs declared as AbstractNeuron Modifier and Type Field Description protected AbstractNeuron
NeuralNetNode. unit
Methods in mgui.neuro.graphs that return AbstractNeuron Modifier and Type Method Description AbstractNeuron
NeuralNetNode. getUnit()
Constructors in mgui.neuro.graphs with parameters of type AbstractNeuron Constructor Description NeuralNetNode(AbstractNeuron n)