Last data update: 2014.03.03

Rlof

Package: Rlof
Version: 1.1.1
Date: 2015-09-16
Title: R Parallel Implementation of Local Outlier Factor(LOF)
Author: Yingsong Hu, Wayne Murray and Yin Shan, Australia.
Maintainer: Yingsong Hu <yingsonghu@hotmail.com>
Depends: R (>= 2.14.0), doParallel, foreach
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.
License: GPL (>= 2)
Packaged: 2015-09-16 12:47:58 UTC; yingsong
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-09-17 07:51:00

● 0 images, 3 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'Rlof' ...
** package 'Rlof' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c distance.c -o distance.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o Rlof.so distance.o -fopenmp -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/Rlof/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'Rlof'
    finding HTML links ... done
    Rlof-package                            html  
    distmc                                  html  
    lof                                     html  
** building package indices
** testing if installed package can be loaded
* DONE (Rlof)
Making 'packages.html' ... done