lof: An implementation of the LOF algorithm in parallel computing...

Description Usage Arguments

Description

This function obtain local outlier factors using the LOF algorithm. Namely, given a data set it produces a vector of local outlier factors for each case.

Usage

1
lof(data, k, equal.num = 0)

Arguments

data

matrix or a data set that will be internally coerced into a matrix.

equal.num

the max number of neighbours whose distance equals k_distance. 'equal.num' = 0, by default

The

number of neighbours that will be used in the calculation of the local outlier factors.


evanwang1990/process documentation built on May 16, 2019, 9:38 a.m.