| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.index.preprocessed.knn |
Indexes providing KNN and rKNN data.
|
| Modifier and Type | Field and Description |
|---|---|
private KNNChangeEvent.Type |
KNNChangeEvent.type
Holds the type of this change event.
|
| Modifier and Type | Method and Description |
|---|---|
KNNChangeEvent.Type |
KNNChangeEvent.getType()
Returns the type of this change event.
|
static KNNChangeEvent.Type |
KNNChangeEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KNNChangeEvent.Type[] |
KNNChangeEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
KNNChangeEvent(Object source,
KNNChangeEvent.Type type,
DBIDs objects,
DBIDs updates)
Used to create an event when kNNs of some objects have been changed.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.