jjymhkx0820 / IsolationForest

Detects anomalies using binary trees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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")

About

Detects anomalies using binary trees

License:GNU General Public License v2.0


Languages

Language:C 81.1%Language:R 18.9%