Zelazny7/isofor: Isolation Forest Anomaly Detection

Implementation of the Isolation forest method from the paper "Isolation based Anomaly Detection" (Liu, Ting and Zhou <doi:10.1145/2133360.2133363>). An isolation forest measures how easy it is to isolate multivariate observations. Observations that can be isolated with fewer axis-aligned partitions from random decision trees are more likely to be anomalous.

Getting started

Package details

AuthorEric Graves [aut, cre] Ignat Drozdov [ctb]
MaintainerEric Graves <gravcon5@gmail.com>
LicenseMIT + file LICENSE
Version1.0.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("Zelazny7/isofor")
Zelazny7/isofor documentation built on Aug. 28, 2019, 7:12 p.m.