Name |
Description |
NeighborhoodBubble |
A neighborhood function that uses a simple bubble. A width is defined, and any neuron that is plus or minus that width from the winning neuron will be updated as a result of training. |
NeighborhoodRBF |
Implements a multi-dimensional RBF neighborhood 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. |
NeighborhoodSingleRBF |
A single dimension neighborhood function, based on an RBF. |