forked from gravesee/isofor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 804 Bytes
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: isofor
Type: Package
Title: Isolation Forest Anomaly Detection
Version: 0.1.2
Authors@R: c(
person("Eric", "Graves", email = "gravcon@gmail.com", role = "cre"),
person("Ignat", "Drozdov", email = "idrozdov@beringresearch.com", role = "aut"))
Description: One efficient way of performing outlier detection in high-dimensional datasets is to use random forests.
The isofor ‘isolates’ observations by randomly selecting a feature and then randomly selecting a split
value between the maximum and minimum values of the selected feature.
License: What license is it under?
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Collate:
'util.R'
'IsolationForest.R'
'RcppExports.R'
'interpret.R'
'predict.R'
LinkingTo: Rcpp
Imports:
Rcpp,
Matrix,
parallel