Package org.neuroph.nnet.comp.neuron

Provides various specific neuron types

See:
          Description

Class Summary
BiasNeuron Neuron with constant high output (1), used as bias
CompetitiveNeuron Provides neuron behaviour specific for competitive neurons which are used in competitive layers, and networks with competitive learning.
DelayedNeuron Provides behaviour for neurons with delayed output.
InputNeuron Provides input neuron behaviour - neuron with input extranaly set, which just transfer that input to output without change.
InputOutputNeuron Provides behaviour specific for neurons which act as input and the output neurons within the same layer.
ThresholdNeuron Provides behaviour for neurons with threshold.
 

Package org.neuroph.nnet.comp.neuron Description

Provides various specific neuron types



Copyright © 2012. All Rights Reserved.