-
Notifications
You must be signed in to change notification settings - Fork 66
/
NAMESPACE
475 lines (474 loc) · 16.3 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
# Generated by roxygen2: do not edit by hand
S3method("[",rset)
S3method("names<-",rset)
S3method(.get_fingerprint,default)
S3method(.get_fingerprint,rset)
S3method(analysis,default)
S3method(analysis,initial_validation_split)
S3method(analysis,rsplit)
S3method(analysis,val_split)
S3method(as.data.frame,rsplit)
S3method(as.integer,rsplit)
S3method(assessment,default)
S3method(assessment,initial_validation_split)
S3method(assessment,rsplit)
S3method(assessment,val_split)
S3method(complement,apparent_split)
S3method(complement,default)
S3method(complement,rof_split)
S3method(complement,rsplit)
S3method(complement,sliding_index_split)
S3method(complement,sliding_period_split)
S3method(complement,sliding_window_split)
S3method(dim,initial_validation_split)
S3method(dim,rsplit)
S3method(get_rsplit,default)
S3method(get_rsplit,rset)
S3method(inner_split,apparent_split)
S3method(inner_split,boot_split)
S3method(inner_split,clustering_split)
S3method(inner_split,group_boot_split)
S3method(inner_split,group_mc_split)
S3method(inner_split,group_val_split)
S3method(inner_split,group_vfold_split)
S3method(inner_split,mc_split)
S3method(inner_split,time_val_split)
S3method(inner_split,val_split)
S3method(inner_split,vfold_split)
S3method(int_bca,bootstraps)
S3method(int_pctl,bootstraps)
S3method(int_t,bootstraps)
S3method(labels,rset)
S3method(labels,rsplit)
S3method(labels,vfold_cv)
S3method(make_splits,data.frame)
S3method(make_splits,default)
S3method(make_splits,list)
S3method(obj_sum,rsplit)
S3method(populate,rset)
S3method(populate,rsplit)
S3method(pretty,apparent)
S3method(pretty,bootstraps)
S3method(pretty,clustering_cv)
S3method(pretty,group_bootstraps)
S3method(pretty,group_mc_cv)
S3method(pretty,group_validation_split)
S3method(pretty,group_vfold_cv)
S3method(pretty,loo_cv)
S3method(pretty,manual_rset)
S3method(pretty,mc_cv)
S3method(pretty,nested_cv)
S3method(pretty,permutations)
S3method(pretty,rolling_origin)
S3method(pretty,sliding_index)
S3method(pretty,sliding_period)
S3method(pretty,sliding_window)
S3method(pretty,validation_set)
S3method(pretty,validation_split)
S3method(pretty,vfold_cv)
S3method(print,apparent)
S3method(print,bootstraps)
S3method(print,clustering_cv)
S3method(print,group_bootstraps)
S3method(print,group_mc_cv)
S3method(print,group_validation_split)
S3method(print,group_vfold_cv)
S3method(print,initial_split)
S3method(print,initial_validation_split)
S3method(print,loo_cv)
S3method(print,manual_rset)
S3method(print,mc_cv)
S3method(print,nested_cv)
S3method(print,permutations)
S3method(print,rolling_origin)
S3method(print,rsplit)
S3method(print,sliding_index)
S3method(print,sliding_period)
S3method(print,sliding_window)
S3method(print,val_split)
S3method(print,validation_split)
S3method(print,vfold_cv)
S3method(reverse_splits,default)
S3method(reverse_splits,perm_split)
S3method(reverse_splits,permutations)
S3method(reverse_splits,rset)
S3method(reverse_splits,rsplit)
S3method(testing,default)
S3method(testing,initial_validation_split)
S3method(testing,rsplit)
S3method(testing,val_split)
S3method(tidy,nested_cv)
S3method(tidy,rset)
S3method(tidy,rsplit)
S3method(tidy,vfold_cv)
S3method(training,default)
S3method(training,initial_validation_split)
S3method(training,rsplit)
S3method(training,val_split)
S3method(type_sum,rsplit)
S3method(validation,default)
S3method(validation,initial_validation_split)
S3method(validation,val_split)
S3method(vec_cast,apparent.apparent)
S3method(vec_cast,apparent.data.frame)
S3method(vec_cast,apparent.tbl_df)
S3method(vec_cast,bootstraps.bootstraps)
S3method(vec_cast,bootstraps.data.frame)
S3method(vec_cast,bootstraps.tbl_df)
S3method(vec_cast,clustering_cv.clustering_cv)
S3method(vec_cast,clustering_cv.data.frame)
S3method(vec_cast,clustering_cv.tbl_df)
S3method(vec_cast,data.frame.apparent)
S3method(vec_cast,data.frame.bootstraps)
S3method(vec_cast,data.frame.clustering_cv)
S3method(vec_cast,data.frame.group_bootstraps)
S3method(vec_cast,data.frame.group_mc_cv)
S3method(vec_cast,data.frame.group_validation_split)
S3method(vec_cast,data.frame.group_vfold_cv)
S3method(vec_cast,data.frame.loo_cv)
S3method(vec_cast,data.frame.manual_rset)
S3method(vec_cast,data.frame.mc_cv)
S3method(vec_cast,data.frame.nested_cv)
S3method(vec_cast,data.frame.permutations)
S3method(vec_cast,data.frame.rolling_origin)
S3method(vec_cast,data.frame.sliding_index)
S3method(vec_cast,data.frame.sliding_period)
S3method(vec_cast,data.frame.sliding_window)
S3method(vec_cast,data.frame.validation_set)
S3method(vec_cast,data.frame.validation_split)
S3method(vec_cast,data.frame.validation_time_split)
S3method(vec_cast,data.frame.vfold_cv)
S3method(vec_cast,group_bootstraps.data.frame)
S3method(vec_cast,group_bootstraps.group_bootstraps)
S3method(vec_cast,group_bootstraps.tbl_df)
S3method(vec_cast,group_mc_cv.data.frame)
S3method(vec_cast,group_mc_cv.group_mc_cv)
S3method(vec_cast,group_mc_cv.tbl_df)
S3method(vec_cast,group_validation_split.data.frame)
S3method(vec_cast,group_validation_split.group_validation_split)
S3method(vec_cast,group_validation_split.tbl_df)
S3method(vec_cast,group_vfold_cv.data.frame)
S3method(vec_cast,group_vfold_cv.group_vfold_cv)
S3method(vec_cast,group_vfold_cv.tbl_df)
S3method(vec_cast,loo_cv.data.frame)
S3method(vec_cast,loo_cv.loo_cv)
S3method(vec_cast,loo_cv.tbl_df)
S3method(vec_cast,manual_rset.data.frame)
S3method(vec_cast,manual_rset.manual_rset)
S3method(vec_cast,manual_rset.tbl_df)
S3method(vec_cast,mc_cv.data.frame)
S3method(vec_cast,mc_cv.mc_cv)
S3method(vec_cast,mc_cv.tbl_df)
S3method(vec_cast,nested_cv.data.frame)
S3method(vec_cast,nested_cv.nested_cv)
S3method(vec_cast,nested_cv.tbl_df)
S3method(vec_cast,permutations.data.frame)
S3method(vec_cast,permutations.permutations)
S3method(vec_cast,permutations.tbl_df)
S3method(vec_cast,rolling_origin.data.frame)
S3method(vec_cast,rolling_origin.rolling_origin)
S3method(vec_cast,rolling_origin.tbl_df)
S3method(vec_cast,sliding_index.data.frame)
S3method(vec_cast,sliding_index.sliding_index)
S3method(vec_cast,sliding_index.tbl_df)
S3method(vec_cast,sliding_period.data.frame)
S3method(vec_cast,sliding_period.sliding_period)
S3method(vec_cast,sliding_period.tbl_df)
S3method(vec_cast,sliding_window.data.frame)
S3method(vec_cast,sliding_window.sliding_window)
S3method(vec_cast,sliding_window.tbl_df)
S3method(vec_cast,tbl_df.apparent)
S3method(vec_cast,tbl_df.bootstraps)
S3method(vec_cast,tbl_df.clustering_cv)
S3method(vec_cast,tbl_df.group_bootstraps)
S3method(vec_cast,tbl_df.group_mc_cv)
S3method(vec_cast,tbl_df.group_validation_split)
S3method(vec_cast,tbl_df.group_vfold_cv)
S3method(vec_cast,tbl_df.loo_cv)
S3method(vec_cast,tbl_df.manual_rset)
S3method(vec_cast,tbl_df.mc_cv)
S3method(vec_cast,tbl_df.nested_cv)
S3method(vec_cast,tbl_df.permutations)
S3method(vec_cast,tbl_df.rolling_origin)
S3method(vec_cast,tbl_df.sliding_index)
S3method(vec_cast,tbl_df.sliding_period)
S3method(vec_cast,tbl_df.sliding_window)
S3method(vec_cast,tbl_df.validation_set)
S3method(vec_cast,tbl_df.validation_split)
S3method(vec_cast,tbl_df.validation_time_split)
S3method(vec_cast,tbl_df.vfold_cv)
S3method(vec_cast,validation_set.data.frame)
S3method(vec_cast,validation_set.tbl_df)
S3method(vec_cast,validation_set.validation_set)
S3method(vec_cast,validation_split.data.frame)
S3method(vec_cast,validation_split.tbl_df)
S3method(vec_cast,validation_split.validation_split)
S3method(vec_cast,validation_time_split.data.frame)
S3method(vec_cast,validation_time_split.tbl_df)
S3method(vec_cast,validation_time_split.validation_time_split)
S3method(vec_cast,vfold_cv.data.frame)
S3method(vec_cast,vfold_cv.tbl_df)
S3method(vec_cast,vfold_cv.vfold_cv)
S3method(vec_ptype2,apparent.apparent)
S3method(vec_ptype2,apparent.data.frame)
S3method(vec_ptype2,apparent.tbl_df)
S3method(vec_ptype2,bootstraps.bootstraps)
S3method(vec_ptype2,bootstraps.data.frame)
S3method(vec_ptype2,bootstraps.tbl_df)
S3method(vec_ptype2,clustering_cv.clustering_cv)
S3method(vec_ptype2,clustering_cv.data.frame)
S3method(vec_ptype2,clustering_cv.tbl_df)
S3method(vec_ptype2,data.frame.apparent)
S3method(vec_ptype2,data.frame.bootstraps)
S3method(vec_ptype2,data.frame.clustering_cv)
S3method(vec_ptype2,data.frame.group_bootstraps)
S3method(vec_ptype2,data.frame.group_mc_cv)
S3method(vec_ptype2,data.frame.group_validation_split)
S3method(vec_ptype2,data.frame.group_vfold_cv)
S3method(vec_ptype2,data.frame.loo_cv)
S3method(vec_ptype2,data.frame.manual_rset)
S3method(vec_ptype2,data.frame.mc_cv)
S3method(vec_ptype2,data.frame.nested_cv)
S3method(vec_ptype2,data.frame.permutations)
S3method(vec_ptype2,data.frame.rolling_origin)
S3method(vec_ptype2,data.frame.sliding_index)
S3method(vec_ptype2,data.frame.sliding_period)
S3method(vec_ptype2,data.frame.sliding_window)
S3method(vec_ptype2,data.frame.validation_set)
S3method(vec_ptype2,data.frame.validation_split)
S3method(vec_ptype2,data.frame.validation_time_split)
S3method(vec_ptype2,data.frame.vfold_cv)
S3method(vec_ptype2,group_bootstraps.data.frame)
S3method(vec_ptype2,group_bootstraps.group_bootstraps)
S3method(vec_ptype2,group_bootstraps.tbl_df)
S3method(vec_ptype2,group_mc_cv.data.frame)
S3method(vec_ptype2,group_mc_cv.group_mc_cv)
S3method(vec_ptype2,group_mc_cv.tbl_df)
S3method(vec_ptype2,group_validation_split.data.frame)
S3method(vec_ptype2,group_validation_split.group_validation_split)
S3method(vec_ptype2,group_validation_split.tbl_df)
S3method(vec_ptype2,group_vfold_cv.data.frame)
S3method(vec_ptype2,group_vfold_cv.group_vfold_cv)
S3method(vec_ptype2,group_vfold_cv.tbl_df)
S3method(vec_ptype2,loo_cv.data.frame)
S3method(vec_ptype2,loo_cv.loo_cv)
S3method(vec_ptype2,loo_cv.tbl_df)
S3method(vec_ptype2,manual_rset.data.frame)
S3method(vec_ptype2,manual_rset.manual_rset)
S3method(vec_ptype2,manual_rset.tbl_df)
S3method(vec_ptype2,mc_cv.data.frame)
S3method(vec_ptype2,mc_cv.mc_cv)
S3method(vec_ptype2,mc_cv.tbl_df)
S3method(vec_ptype2,nested_cv.data.frame)
S3method(vec_ptype2,nested_cv.nested_cv)
S3method(vec_ptype2,nested_cv.tbl_df)
S3method(vec_ptype2,permutations.data.frame)
S3method(vec_ptype2,permutations.permutations)
S3method(vec_ptype2,permutations.tbl_df)
S3method(vec_ptype2,rolling_origin.data.frame)
S3method(vec_ptype2,rolling_origin.rolling_origin)
S3method(vec_ptype2,rolling_origin.tbl_df)
S3method(vec_ptype2,sliding_index.data.frame)
S3method(vec_ptype2,sliding_index.sliding_index)
S3method(vec_ptype2,sliding_index.tbl_df)
S3method(vec_ptype2,sliding_period.data.frame)
S3method(vec_ptype2,sliding_period.sliding_period)
S3method(vec_ptype2,sliding_period.tbl_df)
S3method(vec_ptype2,sliding_window.data.frame)
S3method(vec_ptype2,sliding_window.sliding_window)
S3method(vec_ptype2,sliding_window.tbl_df)
S3method(vec_ptype2,tbl_df.apparent)
S3method(vec_ptype2,tbl_df.bootstraps)
S3method(vec_ptype2,tbl_df.clustering_cv)
S3method(vec_ptype2,tbl_df.group_bootstraps)
S3method(vec_ptype2,tbl_df.group_mc_cv)
S3method(vec_ptype2,tbl_df.group_validation_split)
S3method(vec_ptype2,tbl_df.group_vfold_cv)
S3method(vec_ptype2,tbl_df.loo_cv)
S3method(vec_ptype2,tbl_df.manual_rset)
S3method(vec_ptype2,tbl_df.mc_cv)
S3method(vec_ptype2,tbl_df.nested_cv)
S3method(vec_ptype2,tbl_df.permutations)
S3method(vec_ptype2,tbl_df.rolling_origin)
S3method(vec_ptype2,tbl_df.sliding_index)
S3method(vec_ptype2,tbl_df.sliding_period)
S3method(vec_ptype2,tbl_df.sliding_window)
S3method(vec_ptype2,tbl_df.validation_set)
S3method(vec_ptype2,tbl_df.validation_split)
S3method(vec_ptype2,tbl_df.validation_time_split)
S3method(vec_ptype2,tbl_df.vfold_cv)
S3method(vec_ptype2,validation_set.data.frame)
S3method(vec_ptype2,validation_set.tbl_df)
S3method(vec_ptype2,validation_set.validation_set)
S3method(vec_ptype2,validation_split.data.frame)
S3method(vec_ptype2,validation_split.tbl_df)
S3method(vec_ptype2,validation_split.validation_split)
S3method(vec_ptype2,validation_time_split.data.frame)
S3method(vec_ptype2,validation_time_split.tbl_df)
S3method(vec_ptype2,validation_time_split.validation_time_split)
S3method(vec_ptype2,vfold_cv.data.frame)
S3method(vec_ptype2,vfold_cv.tbl_df)
S3method(vec_ptype2,vfold_cv.vfold_cv)
S3method(vec_ptype_abbr,apparent)
S3method(vec_ptype_abbr,bootstraps)
S3method(vec_ptype_abbr,clustering_cv)
S3method(vec_ptype_abbr,group_bootstraps)
S3method(vec_ptype_abbr,group_initial_split)
S3method(vec_ptype_abbr,group_initial_validation_split)
S3method(vec_ptype_abbr,group_mc_cv)
S3method(vec_ptype_abbr,group_validation_split)
S3method(vec_ptype_abbr,group_vfold_cv)
S3method(vec_ptype_abbr,initial_split)
S3method(vec_ptype_abbr,initial_time_split)
S3method(vec_ptype_abbr,initial_validation_split)
S3method(vec_ptype_abbr,manual_rset)
S3method(vec_ptype_abbr,nested_cv)
S3method(vec_ptype_abbr,permutations)
S3method(vec_ptype_abbr,rolling_origin)
S3method(vec_ptype_abbr,sliding_index)
S3method(vec_ptype_abbr,sliding_period)
S3method(vec_ptype_abbr,sliding_window)
S3method(vec_ptype_abbr,validation_set)
S3method(vec_ptype_abbr,validation_split)
S3method(vec_ptype_abbr,validation_time_split)
S3method(vec_ptype_abbr,vfold_cv)
S3method(vec_restore,apparent)
S3method(vec_restore,bootstraps)
S3method(vec_restore,clustering_cv)
S3method(vec_restore,group_bootstraps)
S3method(vec_restore,group_mc_cv)
S3method(vec_restore,group_validation_split)
S3method(vec_restore,group_vfold_cv)
S3method(vec_restore,loo_cv)
S3method(vec_restore,manual_rset)
S3method(vec_restore,mc_cv)
S3method(vec_restore,nested_cv)
S3method(vec_restore,permutations)
S3method(vec_restore,rolling_origin)
S3method(vec_restore,sliding_index)
S3method(vec_restore,sliding_period)
S3method(vec_restore,sliding_window)
S3method(vec_restore,validation_set)
S3method(vec_restore,validation_split)
S3method(vec_restore,validation_time_split)
S3method(vec_restore,vfold_cv)
export(.get_fingerprint)
export(.get_split_args)
export(add_resample_id)
export(all_of)
export(analysis)
export(any_of)
export(apparent)
export(assessment)
export(bootstraps)
export(caret2rsample)
export(clustering_cv)
export(complement)
export(contains)
export(ends_with)
export(everything)
export(form_pred)
export(get_rsplit)
export(group_bootstraps)
export(group_initial_split)
export(group_initial_validation_split)
export(group_mc_cv)
export(group_validation_split)
export(group_vfold_cv)
export(initial_split)
export(initial_time_split)
export(initial_validation_split)
export(initial_validation_time_split)
export(inner_split)
export(int_bca)
export(int_pctl)
export(int_t)
export(last_col)
export(loo_cv)
export(make_splits)
export(make_strata)
export(manual_rset)
export(matches)
export(mc_cv)
export(nested_cv)
export(new_rset)
export(num_range)
export(permutations)
export(populate)
export(reg_intervals)
export(reshuffle_rset)
export(reverse_splits)
export(rolling_origin)
export(rsample2caret)
export(rset_reconstruct)
export(sliding_index)
export(sliding_period)
export(sliding_window)
export(starts_with)
export(testing)
export(tidy)
export(training)
export(validation)
export(validation_set)
export(validation_split)
export(validation_time_split)
export(vfold_cv)
import(rlang)
import(vctrs)
importFrom(cli,cli_abort)
importFrom(cli,cli_text)
importFrom(cli,cli_warn)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,arrange_)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,do)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,last)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(furrr,future_map)
importFrom(generics,tidy)
importFrom(lifecycle,deprecated)
importFrom(methods,formalArgs)
importFrom(pillar,type_sum)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_dbl)
importFrom(purrr,map_lgl)
importFrom(purrr,pluck)
importFrom(stats,dist)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tibble,obj_sum)
importFrom(tibble,tibble)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,contains)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,everything)
importFrom(tidyselect,last_col)
importFrom(tidyselect,matches)
importFrom(tidyselect,num_range)
importFrom(tidyselect,one_of)
importFrom(tidyselect,starts_with)
importFrom(tidyselect,vars_select)
importFrom(utils,globalVariables)
importFrom(vctrs,vec_count)
importFrom(vctrs,vec_in)
importFrom(vctrs,vec_ptype_abbr)
importFrom(vctrs,vec_slice)
importFrom(vctrs,vec_unique_count)