| Interface | Description |
|---|---|
| DistanceMetric<T> |
Provides the self-organizing maps with a distance metric for elements.
|
| ElementMerger<T> |
Provides the self-organizing maps with a way to merge
similar elements together.
|
| Som<E> |
| Class | Description |
|---|---|
| ConstantSom<E> |
A SOM thats maintains a constant number of neighbors for each element.
|
| NewSom<E> | |
| NewSomTest |
JUnit tests for the memory's self-organizing maps.
|