This is a copy of Liu et al's R package for the paper Isolation Forest.
It was originally hosted here.
Disclaimer: This is in no way my research. I've hosted it here to make it easy for people to fork and install.
Update:
- Add OpenMP parallel computing
- Use roxygen2 for NAMESPACE control
- Bump up version number to 0.27
To install:
devtools::install_github("yanyachen/IsolationForest")