Package: solitude
Type: Package
Title: An Implementation of Isolation Forest
Version: 1.1.3
Authors@R: c(
    person("Komala Sheshachala", "Srikanth", email = "sri.teach@gmail.com", role = c("aut", "cre")),
    person("David", "Zimmermann", email = "david_j_zimmermann@hotmail.com", role = "ctb")
    )
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: tidyverse, uwot, mlbench, rsample
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-07-29 19:14:19 UTC; dattachidambara
Author: Komala Sheshachala Srikanth [aut, cre],
  David Zimmermann [ctb]
Maintainer: Komala Sheshachala Srikanth <sri.teach@gmail.com>
Repository: CRAN
Date/Publication: 2021-07-29 20:00:02 UTC
Built: R 4.2.0; ; 2022-04-27 05:11:06 UTC; unix
