|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cluster | |
---|---|
at.tuwien.ifs.somtoolbox.clustering | |
at.tuwien.ifs.somtoolbox.clustering.functions | |
at.tuwien.ifs.somtoolbox.visualization | Provides classes creating visualisations of trained SOMs. |
Uses of Cluster in at.tuwien.ifs.somtoolbox.clustering |
---|
Subclasses of Cluster in at.tuwien.ifs.somtoolbox.clustering | |
---|---|
class |
HierarchicalCluster<E>
|
Methods in at.tuwien.ifs.somtoolbox.clustering that return types with arguments of type Cluster | ||
---|---|---|
List<? extends Cluster<E>> |
ClusteringAlgorithm.doCluster(List<E> data)
|
|
static
|
ClusteringTools.toCluster(List<List<A>> data)
|
Methods in at.tuwien.ifs.somtoolbox.clustering with parameters of type Cluster | |
---|---|
double |
WardClustering.ess(Cluster<E> cluster)
|
Uses of Cluster in at.tuwien.ifs.somtoolbox.clustering.functions |
---|
Methods in at.tuwien.ifs.somtoolbox.clustering.functions with parameters of type Cluster | |
---|---|
int |
ComponentLine2DDistance.getIndexOfLineClosestToMean(Cluster<? extends ComponentLine2D> elements)
|
int |
ComponentLine3DDistance.getIndexOfLineClosestToMean(Cluster<? extends ComponentLine3D> elements)
|
int |
DoubleVector2DDistance.getIndexOfLineClosestToMean(Cluster<? extends DoubleVector2D> elements)
|
ComponentLine2D |
ComponentLine2DDistance.meanObject(Cluster<? extends ComponentLine2D> elements)
|
ComponentLine3D |
ComponentLine3DDistance.meanObject(Cluster<? extends ComponentLine3D> elements)
|
DoubleVector2D |
DoubleVector2DDistance.meanObject(Cluster<? extends DoubleVector2D> elements)
|
E |
ClusterElementFunctions.meanObject(Cluster<? extends E> elements)
|
Unit |
UnitClusteringFunction.meanObject(Cluster<? extends Unit> elements)
|
String |
ComponentLine2DDistance.toString(Cluster<? extends ComponentLine2D> elements)
|
String |
ComponentLine3DDistance.toString(Cluster<? extends ComponentLine3D> elements)
|
String |
DoubleVector2DDistance.toString(Cluster<? extends DoubleVector2D> elements)
|
String |
ClusterElementFunctions.toString(Cluster<? extends E> elements)
|
String |
UnitClusteringFunction.toString(Cluster<? extends Unit> elements)
|
Uses of Cluster in at.tuwien.ifs.somtoolbox.visualization |
---|
Fields in at.tuwien.ifs.somtoolbox.visualization with type parameters of type Cluster | |
---|---|
private List<? extends Cluster<ComponentLine2D>> |
MetroMapVisualizer.clusters
|
Method parameters in at.tuwien.ifs.somtoolbox.visualization with type arguments of type Cluster | |
---|---|
private void |
MetroMapVisualizer.MetroMapControlPanel.initLegendTableAfterAggregation(List<? extends Cluster<ComponentLine2D>> clusters)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |