| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.algorithm |
Algorithms suitable as a task for the
KDDTask main routine. |
| Modifier and Type | Method and Description |
|---|---|
KNNDistanceOrderResult<D> |
KNNDistanceOrder.run(Database database,
Relation<O> relation)
Provides an order of the kNN-distances for all objects within the specified
database.
|