|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LOF.LOFResult | |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier | Outlier detection algorithms |
Uses of LOF.LOFResult in de.lmu.ifi.dbs.elki.algorithm.outlier |
---|
Fields in de.lmu.ifi.dbs.elki.algorithm.outlier declared as LOF.LOFResult | |
---|---|
private LOF.LOFResult<O,D> |
OnlineLOF.LOFKNNListener.lofResult
Holds the result of a former run of the LOF algorithm. |
Methods in de.lmu.ifi.dbs.elki.algorithm.outlier that return LOF.LOFResult | |
---|---|
protected LOF.LOFResult<O,D> |
LOF.doRunInTime(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. |
Methods in de.lmu.ifi.dbs.elki.algorithm.outlier with parameters of type LOF.LOFResult | |
---|---|
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. |
Constructors in de.lmu.ifi.dbs.elki.algorithm.outlier with parameters of type LOF.LOFResult | |
---|---|
OnlineLOF.LOFKNNListener(LOF.LOFResult<O,D> lofResult)
Constructs a listener for the LOF algorithm. |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |