-
Notifications
You must be signed in to change notification settings - Fork 115
/
NAMESPACE
76 lines (75 loc) · 1.88 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Generated by roxygen2: do not edit by hand
S3method(as.double,GBMTPerformance)
S3method(distribution_name,GBMDist)
S3method(distribution_name,GBMFit)
S3method(distribution_name,default)
S3method(interact,GBMFit)
S3method(plot,GBMFit)
S3method(plot,GBMTPerformance)
S3method(predict,GBMCVFit)
S3method(predict,GBMFit)
S3method(print,GBMFit)
S3method(print,GBMTPerformance)
S3method(print,gbmParallel)
S3method(summary,GBMFit)
export(available_distributions)
export(baseline_hazard)
export(calibrate_plot)
export(distribution_name)
export(gbm)
export(gbm.fit)
export(gbm.perf)
export(gbmParallel)
export(gbm_dist)
export(gbm_more)
export(gbm_roc_area)
export(gbmt)
export(gbmt_fit)
export(gbmt_performance)
export(interact)
export(iteration_error)
export(perf_pairwise)
export(permutation_relative_influence)
export(pretty_gbm_tree)
export(quantile_rug)
export(relative_influence)
export(to_old_gbm)
export(training_params)
export(trees)
import(lattice)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(graphics,rug)
importFrom(splines,ns)
importFrom(stats,approx)
importFrom(stats,binomial)
importFrom(stats,delete.response)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,loess)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,model.extract)
importFrom(stats,model.frame)
importFrom(stats,model.offset)
importFrom(stats,model.response)
importFrom(stats,model.weights)
importFrom(stats,na.pass)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,reformulate)
importFrom(stats,runif)
importFrom(stats,supsmu)
importFrom(stats,terms)
importFrom(stats,weighted.mean)
importFrom(survival,Surv)
useDynLib(gbm3)