Neuroph

Uses of Class
org.neuroph.nnet.neuron.DelayedNeuron

Packages that use DelayedNeuron
org.neuroph.nnet.neuron This package provides specific types of neurons 
 

Uses of DelayedNeuron in org.neuroph.nnet.neuron
 

Subclasses of DelayedNeuron in org.neuroph.nnet.neuron
 class CompetitiveNeuron
          The CompetitiveNeuron class provides neuron behaviour specific for competitive neurons which are used in competitive layers, and networks with competitive learning.
 


Neuroph