Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.visualization |
Provides classes creating visualisations of trained SOMs.
|
Modifier and Type | Field and Description |
---|---|
private Hashtable<Double,ArrayList<UnitPair>> |
NeighbourhoodGraph.radiusLinesCache
caches the results of radius-based connections
|
Modifier and Type | Method and Description |
---|---|
private ArrayList<UnitPair> |
NeighbourhoodGraph.createKNNBased(GrowingSOM gsom,
int width,
int height)
Returns a list of unit-pairs, for which at least one of the two units is one of the k-nearest neighbours of the
other one.
|
private ArrayList<UnitPair> |
NeighbourhoodGraph.createRadiusBased(GrowingSOM gsom,
int width,
int height)
Returns a list of unit-pairs, for which the distance of at least one of them to the other one is smaller than the
fixed radius.
|