Local Outlier Factor Implementation
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