| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.utilities.datastructures.hierarchy |
Delegate implementation of a hierarchy
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.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 © 2019 ELKI Development Team. License information.