| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.clustering |
Clustering algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
OPTICSXi.SteepDownArea
Data structure to represent a steep-down-area for the xi method.
|
static class |
OPTICSXi.SteepUpArea
Data structure to represent a steep-down-area for the xi method.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Collection<OPTICSXi.SteepArea> |
OPTICSXi.SteepAreaResult.areas
Storage
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<OPTICSXi.SteepArea> |
OPTICSXi.SteepAreaResult.iterator() |
| Constructor and Description |
|---|
OPTICSXi.SteepAreaResult(Collection<OPTICSXi.SteepArea> areas)
Constructor.
|