R/package_solitude.R

Defines functions `:=`

#' @name solitude
#' @title An Implementation of Isolation Forest
#' @description Isolation forest is an anomaly detection method introduced by the paper Isolation based Anomaly Detection (Liu, Ting and Zhou <doi:10.1145/2133360.2133363>)
#' @author Srikanth Komala Sheshachala
#' @importFrom data.table :=
"_PACKAGE"

`:=` = function(...) NULL

Try the solitude package in your browser

Any scripts or data that you put into this service are public.

solitude documentation built on July 30, 2021, 1:07 a.m.