| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.outlier.lof | 
 LOF family of outlier detection algorithms 
 | 
| de.lmu.ifi.dbs.elki.logging | 
 Logging facility for controlling logging behavior of the complete framework. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected FlexibleLOF.LOFResult<O> | 
FlexibleLOF.doRunInTime(DBIDs ids,
           KNNQuery<O> kNNRefer,
           KNNQuery<O> kNNReach,
           StepProgress stepprog)
Performs the Generalized LOF_SCORE algorithm on the given database and
 returns a  
FlexibleLOF.LOFResult encapsulating information that may
 be needed by an OnlineLOF algorithm. | 
private Pair<Pair<KNNQuery<O>,KNNQuery<O>>,Pair<RKNNQuery<O>,RKNNQuery<O>>> | 
OnlineLOF.getKNNAndRkNNQueries(Database database,
                    Relation<O> relation,
                    StepProgress stepprog)
Get the kNN and rkNN queries for the algorithm. 
 | 
private Pair<KNNQuery<O>,KNNQuery<O>> | 
FlexibleLOF.getKNNQueries(Database database,
             Relation<O> relation,
             StepProgress stepprog)
Get the kNN queries for the algorithm. 
 | 
protected Pair<KNNQuery<O>,KNNQuery<O>> | 
LoOP.getKNNQueries(Database database,
             Relation<O> relation,
             StepProgress stepprog)
Get the kNN queries for the algorithm. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Logging.beginStep(StepProgress prog,
         int step,
         java.lang.String title)
Begin a new algorithm step (unless  
null). | 
void | 
Logging.setCompleted(StepProgress prog)
Finish a progress (unless  
null). | 
Copyright © 2019 ELKI Development Team. License information.