Expand description
Detect outliers in a group of points using LOF
Structs§
- Prepared
Detector - This struct allows multiple detection operations to be run on a point set using varying
k_neighbours
sizes without having to rebuild the underlying spatial index. ItsPreparedDetector::outliers
method has the same signature asOutlierDetection::outliers
, but retains the underlying spatial index and point set for greater efficiency.
Traits§
- Outlier
Detection - Calculate the Local Outlier Factor of a set of points