Learn R Programming

largeVis (version 0.2.1.1)

lof: Local Outlier Factor Score

Description

Calculate the Local Outlier Factor (LOF) score for each data point given knowledge of k-Nearest Neighbors.

Usage

lof(edges)

Arguments

edges

An `edgematrix` of the type produced by buildEdgeMatrix.

Value

A vector of LOF values for each data point.

References

Based on code in the dbscan package.