forked from david-cortes/isotree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
29 lines (28 loc) · 860 Bytes
/
NAMESPACE
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
26
27
28
29
# Generated by roxygen2: do not edit by hand
S3method(predict,isolation_forest)
S3method(print,isolation_forest)
S3method(summary,isolation_forest)
export(isolation.forest)
export(isotree.add.tree)
export(isotree.append.trees)
export(isotree.build.indexer)
export(isotree.deep.copy)
export(isotree.drop.imputer)
export(isotree.drop.indexer)
export(isotree.drop.reference.points)
export(isotree.export.model)
export(isotree.get.num.nodes)
export(isotree.import.model)
export(isotree.restore.handle)
export(isotree.set.nthreads)
export(isotree.set.reference.points)
export(isotree.subset.trees)
export(isotree.to.sql)
export(predict.isolation_forest)
export(print.isolation_forest)
export(summary.isolation_forest)
importFrom(Rcpp,evalCpp)
importFrom(parallel,detectCores)
importFrom(stats,predict)
importFrom(utils,head)
useDynLib(isotree, .registration=TRUE)