Uses of Class
elki.logging.progress.StepProgress
-
Packages that use StepProgress Package Description elki.logging Logging facility for controlling logging behavior of the complete framework.elki.outlier.lof LOF family of outlier detection algorithms. -
-
Uses of StepProgress in elki.logging
Methods in elki.logging with parameters of type StepProgress Modifier and Type Method Description void
Logging. beginStep(StepProgress prog, int step, java.lang.String title)
Begin a new algorithm step (unlessnull
).void
Logging. setCompleted(StepProgress prog)
Finish a progress (unlessnull
). -
Uses of StepProgress in elki.outlier.lof
Methods in elki.outlier.lof with parameters of type StepProgress 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.private Pair<Pair<KNNSearcher<DBIDRef>,KNNSearcher<DBIDRef>>,Pair<RKNNSearcher<DBIDRef>,RKNNSearcher<DBIDRef>>>
OnlineLOF. getKNNAndRkNNQueries(Relation<O> relation, StepProgress stepprog)
Get the kNN and rkNN queries for the algorithm.
-