public final class UnionFindUtil
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
UnionFindUtil()
Private constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static UnionFind |
make(StaticDBIDs ids)
Make a new instance (automatically choosing the best implementation).
|
public static UnionFind make(StaticDBIDs ids)
ids - ID setCopyright © 2019 ELKI Development Team. License information.