Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier.lof |
LOF family of outlier detection algorithms.
|
de.lmu.ifi.dbs.elki.index.preprocessed.knn |
Indexes providing KNN and rKNN data.
|
Modifier and Type | Field and Description |
---|---|
private KNNChangeEvent |
OnlineLOF.LOFKNNListener.firstEventReceived
Holds the first event of one of the both preprocessors.
|
Modifier and Type | Method and Description |
---|---|
void |
OnlineLOF.LOFKNNListener.kNNsChanged(KNNChangeEvent e) |
private void |
OnlineLOF.LOFKNNListener.kNNsChanged(KNNChangeEvent e1,
KNNChangeEvent e2)
Invoked after the events of both preprocessors have been received, i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
KNNListener.kNNsChanged(KNNChangeEvent e)
Invoked after kNNs have been updated, inserted or removed
in some way.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.