Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 552 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 552 Bytes

IsolationForest

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:

  1. Add OpenMP parallel computing
  2. Use roxygen2 for NAMESPACE control
  3. Bump up version number to 0.27

To install:

devtools::install_github("yanyachen/IsolationForest")