Learn R Programming

Rlof (version 1.1.3)

R Parallel Implementation of Local Outlier Factor(LOF)

Description

R parallel implementation of Local Outlier Factor(LOF) which uses multiple CPUs to significantly speed up the LOF computation for large datasets. (Note: The overall performance depends on the computers especially the number of the cores).It also supports multiple k values to be calculated in parallel, as well as various distance measures in addition to the default Euclidean distance.

Copy Link

Version

Install

install.packages('Rlof')

Monthly Downloads

443

Version

1.1.3

License

GPL (>= 2)

Maintainer

Last Published

October 16th, 2022

Functions in Rlof (1.1.3)

lof

Local Outlier Factor
Rlof-package

R Parallel Implementation of Local Outlier Factor(LOF)
distmc

Distance Matrix Computation with multi-threads