Uses of Class
ciir.umass.edu.learning.neuralnet.Neuron
-
Packages that use Neuron Package Description ciir.umass.edu.learning.neuralnet -
-
Uses of Neuron in ciir.umass.edu.learning.neuralnet
Subclasses of Neuron in ciir.umass.edu.learning.neuralnet Modifier and Type Class Description classListNeuronFields in ciir.umass.edu.learning.neuralnet declared as Neuron Modifier and Type Field Description protected NeuronSynapse. sourceprotected NeuronSynapse. targetFields in ciir.umass.edu.learning.neuralnet with type parameters of type Neuron Modifier and Type Field Description protected java.util.List<Neuron>Layer. neuronsMethods in ciir.umass.edu.learning.neuralnet that return Neuron Modifier and Type Method Description NeuronLayer. get(int k)NeuronSynapse. getSource()NeuronSynapse. getTarget()Constructors in ciir.umass.edu.learning.neuralnet with parameters of type Neuron Constructor Description Synapse(Neuron source, Neuron target)
-