Uses of Class
elki.outlier.lof.FlexibleLOF.LOFResult
-
Packages that use FlexibleLOF.LOFResult Package Description elki.outlier.lof LOF family of outlier detection algorithms. -
-
Uses of FlexibleLOF.LOFResult in elki.outlier.lof
Fields in elki.outlier.lof declared as FlexibleLOF.LOFResult Modifier and Type Field Description private FlexibleLOF.LOFResult<O>
OnlineLOF.LOFKNNListener. lofResult
Holds the result of a former run of the LOF algorithm.Methods in elki.outlier.lof that return FlexibleLOF.LOFResult Modifier and Type Method Description protected FlexibleLOF.LOFResult<O>
FlexibleLOF. doRunInTime(DBIDs ids, KNNSearcher<DBIDRef> kNNRefer, KNNSearcher<DBIDRef> kNNReach, StepProgress stepprog)
Performs the Generalized LOF_SCORE algorithm on the given database and returns aFlexibleLOF.LOFResult
encapsulating information that may be needed by an OnlineLOF algorithm.Methods in elki.outlier.lof with parameters of type FlexibleLOF.LOFResult Modifier and Type Method Description private void
OnlineLOF.LOFKNNListener. kNNsInserted(DBIDs insertions, DBIDs updates1, DBIDs updates2, FlexibleLOF.LOFResult<O> lofResult)
Invoked after kNNs have been inserted and updated, updates the result.private void
OnlineLOF.LOFKNNListener. kNNsRemoved(DBIDs deletions, DBIDs updates1, DBIDs updates2, FlexibleLOF.LOFResult<O> lofResult)
Invoked after kNNs have been removed and updated, updates the result.private void
OnlineLOF.LOFKNNListener. recomputeLOFs(DBIDs ids, FlexibleLOF.LOFResult<O> lofResult)
Recomputes the lofs of the specified ids.Constructors in elki.outlier.lof with parameters of type FlexibleLOF.LOFResult Constructor Description LOFKNNListener(FlexibleLOF.LOFResult<O> lofResult)
Constructs a listener for the LOF algorithm.
-