lof: Local Outlier Factor Score

Description Usage Arguments Value References

View source: R/dbscan.R

Description

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

Usage

1
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.


largeVis documentation built on Feb. 17, 2018, 1:01 a.m.