Package org.neuroph.nnet.comp

Provides components for the specific neural network models.

See:
          Description

Class Summary
BiasNeuron Neuron with Bias Settings
CompetitiveLayer Represents layer of competitive neurons, and provides methods for competition.
CompetitiveNeuron Provides neuron behaviour specific for competitive neurons which are used in competitive layers, and networks with competitive learning.
DelayedConnection Represents the connection between neurons which can delay signal.
DelayedNeuron Provides behaviour for neurons with delayed output.
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 Description

Provides components for the specific neural network models.