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.
Version: | 1.1.1 |
Depends: | R (≥ 2.14.0), doParallel, foreach |
Published: | 2015-09-17 |
Author: | Yingsong Hu, Wayne Murray and Yin Shan, Australia. |
Maintainer: | Yingsong Hu <yingsonghu at hotmail.com> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
NeedsCompilation: | yes |
CRAN checks: | Rlof results |
Reference manual: | Rlof.pdf |
Package source: | Rlof_1.1.1.tar.gz |
Windows binaries: | r-devel: Rlof_1.1.1.zip, r-release: Rlof_1.1.1.zip, r-oldrel: Rlof_1.1.1.zip |
OS X El Capitan binaries: | r-release: Rlof_1.1.1.tgz |
OS X Mavericks binaries: | r-oldrel: Rlof_1.1.1.tgz |
Old sources: | Rlof archive |
Please use the canonical form https://CRAN.R-project.org/package=Rlof to link to this page.