Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical.extraction |
Extraction of partitional clusterings from hierarchical results.
|
Modifier and Type | Field and Description |
---|---|
protected Collection<Cluster<DendrogramModel>> |
SimplifiedHierarchyExtraction.TempCluster.children
(Finished) child clusters
|
Modifier and Type | Method and Description |
---|---|
Clustering<DendrogramModel> |
ExtractFlatClusteringFromHierarchy.extractClusters(DBIDs ids,
DBIDDataStore pi,
DoubleDataStore lambda)
Extract all clusters from the pi-lambda-representation.
|
Clustering<DendrogramModel> |
SimplifiedHierarchyExtraction.extractClusters(DBIDs ids,
DBIDDataStore pi,
DoubleDataStore lambda,
DoubleDataStore coredist)
Extract all clusters from the pi-lambda-representation.
|
Clustering<DendrogramModel> |
HDBSCANHierarchyExtraction.extractClusters(DBIDs ids,
DBIDDataStore pi,
DoubleDataStore lambda,
DoubleDataStore coredist)
Extract all clusters from the pi-lambda-representation.
|
private Cluster<DendrogramModel> |
ExtractFlatClusteringFromHierarchy.makeCluster(DBIDRef lead,
double depth,
DBIDs members)
Make the cluster for the given object
|
private Cluster<DendrogramModel> |
SimplifiedHierarchyExtraction.makeSingletonCluster(DBIDRef lead,
double depth)
Make the cluster for the given object
|
Clustering<DendrogramModel> |
SimplifiedHierarchyExtraction.run(Database database) |
Clustering<DendrogramModel> |
HDBSCANHierarchyExtraction.run(Database database) |
Clustering<DendrogramModel> |
ExtractFlatClusteringFromHierarchy.run(Database database) |
private Cluster<DendrogramModel> |
SimplifiedHierarchyExtraction.TempCluster.toCluster(Clustering<DendrogramModel> clustering,
DBIDRef lead)
Make the cluster for the given object
|
Modifier and Type | Method and Description |
---|---|
void |
SimplifiedHierarchyExtraction.TempCluster.addChild(Cluster<DendrogramModel> clu)
Add a child cluster.
|
private void |
HDBSCANHierarchyExtraction.TempCluster.collectChildren(Clustering<DendrogramModel> clustering,
HDBSCANHierarchyExtraction.TempCluster cur,
Cluster<DendrogramModel> clus,
boolean flatten,
boolean hierarchical)
Recursive flattening of clusters.
|
private void |
HDBSCANHierarchyExtraction.TempCluster.collectChildren(Clustering<DendrogramModel> clustering,
HDBSCANHierarchyExtraction.TempCluster cur,
Cluster<DendrogramModel> clus,
boolean flatten,
boolean hierarchical)
Recursive flattening of clusters.
|
private void |
HDBSCANHierarchyExtraction.TempCluster.finalizeCluster(Clustering<DendrogramModel> clustering,
Cluster<DendrogramModel> parent,
boolean flatten,
boolean hierarchical)
Make the cluster for the given object
|
private void |
HDBSCANHierarchyExtraction.TempCluster.finalizeCluster(Clustering<DendrogramModel> clustering,
Cluster<DendrogramModel> parent,
boolean flatten,
boolean hierarchical)
Make the cluster for the given object
|
private Cluster<DendrogramModel> |
SimplifiedHierarchyExtraction.TempCluster.toCluster(Clustering<DendrogramModel> clustering,
DBIDRef lead)
Make the cluster for the given object
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.