Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.visualization.clustering |
Contains classes implementing clustering methods on the SOM.
|
Modifier and Type | Field and Description |
---|---|
private ClusterLabel[] |
ClusterNode.labels |
Modifier and Type | Method and Description |
---|---|
ClusterLabel[] |
ClusterNode.getLabels()
returns current label or null in case label is not set
|
ClusterLabel[] |
ClusterNode.getLabels(double fValue,
boolean withValue)
calculates and sets the current labels in case label is not set yet or the values have changed and returns it
|
Modifier and Type | Method and Description |
---|---|
int |
ClusterLabel.compareTo(ClusterLabel c) |