The Encog Project

Package org.encog.neural.networks.training.competitive.neighborhood

Interface Summary
NeighborhoodFunction Defines how a neighborhood function should work in competitive training.
 

Class Summary
NeighborhoodBubble A neighborhood function that uses a simple bubble.
NeighborhoodGaussian A neighborhood function based on the Gaussian function.
NeighborhoodSingle A very simple neighborhood function that will return 1.0 (full effect) for the winning neuron, and 0.0 (no change) for everything else.
 


The Encog Project