-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
83 lines (82 loc) · 2.24 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(apd_hat_values,data.frame)
S3method(apd_hat_values,default)
S3method(apd_hat_values,formula)
S3method(apd_hat_values,matrix)
S3method(apd_hat_values,recipe)
S3method(apd_isolation,data.frame)
S3method(apd_isolation,default)
S3method(apd_isolation,formula)
S3method(apd_isolation,matrix)
S3method(apd_isolation,recipe)
S3method(apd_pca,data.frame)
S3method(apd_pca,default)
S3method(apd_pca,formula)
S3method(apd_pca,matrix)
S3method(apd_pca,recipe)
S3method(apd_similarity,data.frame)
S3method(apd_similarity,default)
S3method(apd_similarity,formula)
S3method(apd_similarity,matrix)
S3method(apd_similarity,recipe)
S3method(autoplot,apd_pca)
S3method(autoplot,apd_similarity)
S3method(print,apd_hat_values)
S3method(print,apd_isolation)
S3method(print,apd_pca)
S3method(print,apd_similarity)
S3method(score,apd_hat_values)
S3method(score,apd_isolation)
S3method(score,apd_pca)
S3method(score,apd_similarity)
S3method(score,default)
export(apd_hat_values)
export(apd_isolation)
export(apd_pca)
export(apd_similarity)
export(autoplot.apd_pca)
export(autoplot.apd_similarity)
export(score)
export(score.default)
importFrom(Matrix,Matrix)
importFrom(Matrix,colSums)
importFrom(dplyr,"%>%")
importFrom(dplyr,count)
importFrom(dplyr,group_by)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,rename_all)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,starts_with)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,geom_step)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(glue,glue)
importFrom(hardhat,forge)
importFrom(hardhat,mold)
importFrom(hardhat,new_model)
importFrom(hardhat,validate_prediction_size)
importFrom(proxyC,simil)
importFrom(purrr,map2_dfc)
importFrom(purrr,map_dfc)
importFrom(rlang,abort)
importFrom(rlang,arg_match)
importFrom(rlang,enquos)
importFrom(stats,approx)
importFrom(stats,ecdf)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyselect,vars_select)
importFrom(utils,globalVariables)