-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
83 lines (82 loc) · 2.27 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
# Generated by roxygen2: do not edit by hand
S3method(add.distance,represampling)
S3method(add.distance,resampling)
S3method(as.character,tilename)
S3method(as.numeric,tilename)
S3method(as.represampling,list)
S3method(as.resampling,default)
S3method(as.resampling,factor)
S3method(as.resampling,list)
S3method(as.tilename,character)
S3method(as.tilename,numeric)
S3method(plot,represampling)
S3method(print,represampling)
S3method(print,resampling)
S3method(print,sperrorest)
S3method(print,sperrorestbenchmarks)
S3method(print,sperroresterror)
S3method(print,sperrorestimportance)
S3method(print,sperrorestpackageversion)
S3method(print,sperrorestreperror)
S3method(print,tilename)
S3method(summary,represampling)
S3method(summary,resampling)
S3method(summary,sperrorest)
S3method(summary,sperroresterror)
S3method(summary,sperrorestimportance)
S3method(summary,sperrorestreperror)
export(add.distance)
export(as.represampling)
export(as.resampling)
export(as.tilename)
export(dataset_distance)
export(err_default)
export(get_small_tiles)
export(is.resampling)
export(is_represampling)
export(partition_cv)
export(partition_cv_strat)
export(partition_disc)
export(partition_factor)
export(partition_factor_cv)
export(partition_kmeans)
export(partition_loo)
export(partition_tiles)
export(remove_missing_levels)
export(represampling_bootstrap)
export(represampling_disc_bootstrap)
export(represampling_factor_bootstrap)
export(represampling_kmeans_bootstrap)
export(represampling_tile_bootstrap)
export(resample_factor)
export(resample_strat_uniform)
export(resample_uniform)
export(runfolds)
export(runreps)
export(sperrorest)
export(tile_neighbors)
export(transfer_parallel_output)
export(validate.resampling)
import(future)
importFrom(ROCR,performance)
importFrom(ROCR,prediction)
importFrom(dplyr,bind_rows)
importFrom(future.apply,future_lapply)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(stats,IQR)
importFrom(stats,kmeans)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,terms)
importFrom(stats,weighted.mean)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(utils,packageVersion)
importFrom(utils,tail)