Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.data |
Classes in this package implement reading, storing and providing of different data needed for the SOM, e.g.
|
at.tuwien.ifs.somtoolbox.data.distance | |
at.tuwien.ifs.somtoolbox.visualization |
Provides classes creating visualisations of trained SOMs.
|
Class and Description |
---|
InputVectorDistanceMatrix
Base for classes providing a distance matrix of the input vectors, with generic methods and fields.
A distance matrix is of size n*n , where n is the number of input vectors. |
Class and Description |
---|
AbstractMemoryInputVectorDistanceMatrix
This implementation stores the distances in memory.
|
InputVectorDistanceMatrix
Base for classes providing a distance matrix of the input vectors, with generic methods and fields.
A distance matrix is of size n*n , where n is the number of input vectors. |
Class and Description |
---|
InputVectorDistanceMatrix
Base for classes providing a distance matrix of the input vectors, with generic methods and fields.
A distance matrix is of size n*n , where n is the number of input vectors. |