-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
89 lines (88 loc) · 2.95 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
77
78
79
80
81
82
83
84
85
86
87
88
89
# Generated by roxygen2: do not edit by hand
S3method(as_task_classif_st,DataBackend)
S3method(as_task_classif_st,TaskClassifST)
S3method(as_task_classif_st,data.frame)
S3method(as_task_classif_st,sf)
S3method(as_task_regr_st,DataBackend)
S3method(as_task_regr_st,TaskClassifST)
S3method(as_task_regr_st,TaskRegrST)
S3method(as_task_regr_st,data.frame)
S3method(as_task_regr_st,sf)
S3method(autoplot,ResamplingCV)
S3method(autoplot,ResamplingCustomCV)
S3method(autoplot,ResamplingRepeatedCV)
S3method(autoplot,ResamplingRepeatedSpCVBlock)
S3method(autoplot,ResamplingRepeatedSpCVCoords)
S3method(autoplot,ResamplingRepeatedSpCVDisc)
S3method(autoplot,ResamplingRepeatedSpCVEnv)
S3method(autoplot,ResamplingRepeatedSpCVKnndm)
S3method(autoplot,ResamplingRepeatedSpCVTiles)
S3method(autoplot,ResamplingRepeatedSptCVCstf)
S3method(autoplot,ResamplingSpCVBlock)
S3method(autoplot,ResamplingSpCVBuffer)
S3method(autoplot,ResamplingSpCVCoords)
S3method(autoplot,ResamplingSpCVDisc)
S3method(autoplot,ResamplingSpCVEnv)
S3method(autoplot,ResamplingSpCVKnndm)
S3method(autoplot,ResamplingSpCVTiles)
S3method(autoplot,ResamplingSptCVCstf)
S3method(plot,ResamplingCV)
S3method(plot,ResamplingCustomCV)
S3method(plot,ResamplingRepeatedCV)
S3method(plot,ResamplingRepeatedSpCVBlock)
S3method(plot,ResamplingRepeatedSpCVCoords)
S3method(plot,ResamplingRepeatedSpCVDisc)
S3method(plot,ResamplingRepeatedSpCVEnv)
S3method(plot,ResamplingRepeatedSpCVKnndm)
S3method(plot,ResamplingRepeatedSpCVTiles)
S3method(plot,ResamplingRepeatedSptCVCstf)
S3method(plot,ResamplingSpCVBlock)
S3method(plot,ResamplingSpCVBuffer)
S3method(plot,ResamplingSpCVCoords)
S3method(plot,ResamplingSpCVDisc)
S3method(plot,ResamplingSpCVEnv)
S3method(plot,ResamplingSpCVKnndm)
S3method(plot,ResamplingSpCVTiles)
S3method(plot,ResamplingSptCVCstf)
export(ResamplingRepeatedSpCVBlock)
export(ResamplingRepeatedSpCVCoords)
export(ResamplingRepeatedSpCVDisc)
export(ResamplingRepeatedSpCVEnv)
export(ResamplingRepeatedSpCVKnndm)
export(ResamplingRepeatedSpCVTiles)
export(ResamplingRepeatedSptCVCstf)
export(ResamplingSpCVBlock)
export(ResamplingSpCVBuffer)
export(ResamplingSpCVCoords)
export(ResamplingSpCVDisc)
export(ResamplingSpCVEnv)
export(ResamplingSpCVKnndm)
export(ResamplingSpCVTiles)
export(ResamplingSptCVCstf)
export(TaskClassifST)
export(TaskRegrST)
export(as_task_classif_st)
export(as_task_classif_st.DataBackend)
export(as_task_classif_st.TaskClassifST)
export(as_task_classif_st.data.frame)
export(as_task_classif_st.sf)
export(as_task_regr_st)
export(as_task_regr_st.DataBackend)
export(as_task_regr_st.TaskClassifST)
export(as_task_regr_st.TaskRegrST)
export(as_task_regr_st.data.frame)
export(as_task_regr_st.sf)
export(autoplot)
import(checkmate)
import(data.table, except = transpose)
import(ggplot2)
import(mlr3)
import(mlr3misc)
import(paradox)
importFrom(R6,R6Class)
importFrom(graphics,plot)
importFrom(stats,kmeans)
importFrom(stats,na.omit)
importFrom(utils,bibentry)
importFrom(utils,globalVariables)
importFrom(utils,packageVersion)