Neuroph

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

Packages that use DelayedNeuron
org.neuroph.nnet.comp This package provides components for the specific neural network models. 
 

Uses of DelayedNeuron in org.neuroph.nnet.comp
 

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


Neuroph