Package | Description |
---|---|
de.lmu.ifi.dbs.elki.utilities.datastructures.hierarchy |
Delegate implementation of a hierarchy.
|
Modifier and Type | Field and Description |
---|---|
private HashMap<O,HashMapHierarchy.Rec<O>> |
HashMapHierarchy.graph
Reference storage.
|
Modifier and Type | Method and Description |
---|---|
private HashMapHierarchy.Rec<O> |
HashMapHierarchy.getRec(O obj)
Get a record.
|
Modifier and Type | Method and Description |
---|---|
private void |
HashMapHierarchy.putRec(O obj,
HashMapHierarchy.Rec<O> rec)
Put a record.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.