Skip to content

Local Outlier Factor Implementation

Peter Lünenschloß requested to merge LOF into develop

closes #379 (closed)

  • Implementation of the Local Outlier Factor (assignLOF, flagLOF)
  • Implementation of a parameter minimal, univariate LOF version (uniLOF), aiming for plug-and-play outlier detection (assignUniLOF, flagUniLOF)
  • streamlining of the scores module

Merge request reports