| Interface | Description |
|---|---|
| NeighborhoodFunction |
Defines how a neighborhood function should work in competitive training.
|
| Class | Description |
|---|---|
| NeighborhoodBubble |
A neighborhood function that uses a simple bubble.
|
| NeighborhoodRBF |
Implements a multi-dimensional RBF neighborhood function.
|
| NeighborhoodRBF1D |
A neighborhood function based on an RBF 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.
|
Copyright © 2014. All Rights Reserved.