Package: solitude
Type: Package
Title: An Implementation of Isolation Forest
Version: 1.1.1
Authors@R: person("Komala Sheshachala", "Srikanth", email = "sri.teach@gmail.com", role = c("aut", "cre"))
Description: Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detection (Liu, Ting and Zhou <doi:10.1145/2133360.2133363>).
URL: https://github.com/talegari/solitude
BugReports: https://github.com/talegari/solitude/issues
Imports: ranger (>= 0.11.0), data.table (>= 1.11.4), igraph (>= 1.2.2),
        future.apply (>= 0.2.0), R6 (>= 2.4.0), lgr (>= 0.3.4),
Depends: R (>= 3.5.0),
Suggests: mvoutlier (>= 2.0.9),
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-09-17 09:41:16 UTC; srikanth.s1
Author: Komala Sheshachala Srikanth [aut, cre]
Maintainer: Komala Sheshachala Srikanth <sri.teach@gmail.com>
Repository: CRAN
Date/Publication: 2020-09-17 10:10:07 UTC
Built: R 3.6.3; ; 2021-05-12 19:27:51 UTC; windows
