forked from imbs-hl/ranger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
31 lines (30 loc) · 781 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
30
31
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,ranger.prediction)
S3method(deforest,ranger)
S3method(importance,ranger)
S3method(predict,ranger)
S3method(predict,ranger.forest)
S3method(predictions,ranger)
S3method(predictions,ranger.prediction)
S3method(print,deforest.ranger)
S3method(print,ranger)
S3method(print,ranger.forest)
S3method(print,ranger.prediction)
S3method(timepoints,ranger)
S3method(timepoints,ranger.prediction)
export(csrf)
export(deforest)
export(getTerminalNodeIDs)
export(holdoutRF)
export(hshrink)
export(importance)
export(importance_pvalues)
export(predictions)
export(ranger)
export(timepoints)
export(treeInfo)
import(stats)
import(utils)
importFrom(Matrix,Matrix)
importFrom(Rcpp,evalCpp)
useDynLib(ranger, .registration = TRUE)