Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier |
Outlier detection algorithms
|
Modifier and Type | Field and Description |
---|---|
private LOF.LOFResult<O,D> |
OnlineLOF.LOFKNNListener.lofResult
Holds the result of a former run of the LOF algorithm.
|
Modifier and Type | Method and Description |
---|---|
protected LOF.LOFResult<O,D> |
LOF.doRunInTime(DBIDs ids,
KNNQuery<O,D> kNNRefer,
KNNQuery<O,D> kNNReach,
StepProgress stepprog)
Performs the Generalized LOF_SCORE algorithm on the given database and
returns a
LOF.LOFResult encapsulating information that may be
needed by an OnlineLOF algorithm. |
Modifier and Type | Method and Description |
---|---|
private void |
OnlineLOF.LOFKNNListener.kNNsInserted(DBIDs insertions,
DBIDs updates1,
DBIDs updates2,
LOF.LOFResult<O,D> lofResult)
Invoked after kNNs have been inserted and updated, updates the result.
|
private void |
OnlineLOF.LOFKNNListener.kNNsRemoved(DBIDs deletions,
DBIDs updates1,
DBIDs updates2,
LOF.LOFResult<O,D> lofResult)
Invoked after kNNs have been removed and updated, updates the result.
|
private void |
OnlineLOF.LOFKNNListener.recomputeLOFs(DBIDs ids,
LOF.LOFResult<O,D> lofResult)
Recomputes the lofs of the specified ids.
|
Constructor and Description |
---|
OnlineLOF.LOFKNNListener(LOF.LOFResult<O,D> lofResult)
Constructs a listener for the LOF algorithm.
|