Package | Description |
---|---|
de.lmu.ifi.dbs.elki.utilities.datastructures.unionfind |
Union-find data structures.
|
Modifier and Type | Class and Description |
---|---|
class |
WeightedQuickUnionRangeDBIDs
Union-find algorithm for
DBIDRange only, with optimizations. |
class |
WeightedQuickUnionStaticDBIDs
Union-find algorithm for
StaticDBIDs , with optimizations. |
Modifier and Type | Method and Description |
---|---|
static UnionFind |
UnionFindUtil.make(StaticDBIDs ids)
Make a new instance (automatically choosing the best implementation).
|
Copyright © 2019 ELKI Development Team. License information.