-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathNAMESPACE
42 lines (41 loc) · 1.22 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
# Generated by roxygen2: do not edit by hand
S3method("[",isolation_forest)
S3method(length,isolation_forest)
S3method(predict,isolation_forest)
S3method(print,isolation_forest)
S3method(summary,isolation_forest)
S3method(variable.names,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.is.same)
export(isotree.plot.tree)
export(isotree.restore.handle)
export(isotree.set.nthreads)
export(isotree.set.reference.points)
export(isotree.subset.trees)
export(isotree.to.graphviz)
export(isotree.to.json)
export(isotree.to.sql)
export(predict.isolation_forest)
export(print.isolation_forest)
export(summary.isolation_forest)
importFrom(Rcpp,evalCpp)
importFrom(RhpcBLASctl,get_num_cores)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,write_json)
importFrom(methods,new)
importFrom(parallel,detectCores)
importFrom(stats,predict)
importFrom(stats,variable.names)
importFrom(utils,head)
useDynLib(isotree, .registration=TRUE)