forked from jeffreyevans/rfUtilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
48 lines (47 loc) · 1.26 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
# Generated by roxygen2: do not edit by hand
S3method(plot,occurrence.threshold)
S3method(plot,rf.cv)
S3method(plot,rf.modelSel)
S3method(plot,significance)
S3method(print,accuracy)
S3method(print,occurrence.threshold)
S3method(print,rf.cv)
S3method(print,rf.ensembles)
S3method(print,rf.modelSel)
S3method(print,significance)
S3method(summary,accuracy)
S3method(summary,occurrence.threshold)
S3method(summary,rf.cv)
S3method(summary,rf.ensembles)
S3method(summary,rf.modelSel)
S3method(summary,significance)
export(accuracy)
export(bivariate.partialDependence)
export(collinear)
export(ensembleTest)
export(logLoss)
export(multi.collinear)
export(occurrence.threshold)
export(probability.calibration)
export(ranger_proximity)
export(rf.ImpScale)
export(rf.class.sensitivity)
export(rf.classBalance)
export(rf.combine)
export(rf.crossValidation)
export(rf.effectSize)
export(rf.imp.freq)
export(rf.modelSel)
export(rf.partial.ci)
export(rf.partial.prob)
export(rf.regression.fit)
export(rf.significance)
export(rf.unsupervised)
export(rfu.news)
export(spatial.uncertainty)
exportClasses(occurrence.threshold)
exportClasses(rf.cv)
exportClasses(rf.ensembles)
exportClasses(rf.modelSel)
exportClasses(significance)
exportClasses(unsupervised)