powered by
Calculate the Local Outlier Factor (LOF) score for each data point given knowledge of k-Nearest Neighbors.
lof(edges)
An `edgematrix` of the type produced by buildEdgeMatrix.
buildEdgeMatrix
A vector of LOF values for each data point.
Based on code in the dbscan package.
dbscan