Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.clustering | |
at.tuwien.ifs.somtoolbox.clustering.functions | |
at.tuwien.ifs.somtoolbox.visualization |
Provides classes creating visualisations of trained SOMs.
|
Modifier and Type | Field and Description |
---|---|
protected ClusterElementFunctions<E> |
WardClustering.elementDistance |
Constructor and Description |
---|
WardClustering(ClusterElementFunctions<E> elementDistance)
Do full clustering tree.
|
WardClustering(ClusterElementFunctions<E> elementDistance,
double threshold)
Do clustering with a specified threshold to stop building the tree.
|
WardClustering(ClusterElementFunctions<E> elementDistance,
int targetSize)
Do clustering with a specified target number of clusters to reach.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentLine2DDistance |
class |
ComponentLine3DDistance |
class |
DoubleVector2DDistance
Implements functions needed for clustering of double arrays.
|
class |
GeneralUnitPNodeClusteringFunction |
class |
UnitClusteringFunction |
Modifier and Type | Method and Description |
---|---|
static ClusterElementFunctions<ComponentLine3D> |
ComponentLine3DDistance.getEuclidean() |
static ClusterElementFunctions<ComponentLine2D> |
ComponentLine2DDistance.getEuclidean() |
Modifier and Type | Field and Description |
---|---|
private LeastRecentlyUsedCache<ClusterElementFunctions<ComponentLine2D>,WardClustering<ComponentLine2D>> |
MetroMapVisualizer.clusterCache |