| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.outlier.lof |
LOF family of outlier detection algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OnlineLOF<O,D extends NumberDistance<D,?>>
Incremental version of the
LOF Algorithm, supports insertions and
removals. |
| Modifier and Type | Method and Description |
|---|---|
protected FlexibleLOF<O,D> |
FlexibleLOF.Parameterizer.makeInstance() |