-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
43 lines (42 loc) · 1.18 KB
/
NAMESPACE
File metadata and controls
43 lines (42 loc) · 1.18 KB
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
43
# Generated by roxygen2: do not edit by hand
S3method(predict,rpf)
S3method(print,rpf)
S3method(print,rpf_forest)
S3method(purify,default)
S3method(purify,rpf)
S3method(rpf,data.frame)
S3method(rpf,default)
S3method(rpf,formula)
S3method(rpf,matrix)
S3method(rpf,recipe)
S3method(str,rpf_forest)
export(is_purified)
export(predict_components)
export(purify)
export(rpf)
import(checkmate)
importFrom(Rcpp,loadModule)
importFrom(Rcpp,sourceCpp)
importFrom(data.table,":=")
importFrom(data.table,':=')
importFrom(data.table,.BY)
importFrom(data.table,.EACHI)
importFrom(data.table,.GRP)
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,.NGRP)
importFrom(data.table,.SD)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(hardhat,default_formula_blueprint)
importFrom(hardhat,default_recipe_blueprint)
importFrom(hardhat,default_xy_blueprint)
importFrom(hardhat,forge)
importFrom(hardhat,mold)
importFrom(hardhat,validate_outcomes_are_univariate)
importFrom(hardhat,validate_prediction_size)
importFrom(methods,new)
importFrom(stats,model.matrix)
importFrom(utils,capture.output)
importFrom(utils,combn)
useDynLib(randomPlantedForest, .registration = TRUE)