Handbook of Anomaly Detection: With Python Outlier Detection — (10) Cluster-Based Local Outlier Factor (CBLOF)
Published in
10 min readOct 9, 2022
--
After introducing the Local Outlier Factor (LOF), we can introduce the Cluster-Based Local Outlier Factor (CBLOF). It defines anomalies as a combination of local distances to nearby clusters, and the size of the clusters to which the data point belongs. It first clusters data points into large or small…