-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
90 lines (89 loc) · 2.51 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
# Generated by roxygen2: do not edit by hand
S3method(plot,klassets_cluster)
S3method(plot,klassets_kmiterations)
S3method(plot,klassets_quasianscombe)
S3method(plot,klassets_response_xy)
S3method(plot,klassets_response_xy_classification_tree)
S3method(plot,klassets_response_xy_knn)
S3method(plot,klassets_response_xy_logistic_regression)
S3method(plot,klassets_xy)
S3method(plot,klassets_xy_classification_random_forest)
S3method(plot,klassets_xy_linear_model)
S3method(plot,klassets_xy_linear_model_tree)
S3method(plot,klassets_xy_loess)
S3method(plot,klassets_xy_mars)
S3method(plot,klassets_xy_regression_random_forest)
S3method(plot,klassets_xy_regression_tree)
export(fit_classification_random_forest)
export(fit_classification_tree)
export(fit_hclust)
export(fit_kmeans)
export(fit_knn)
export(fit_linear_model)
export(fit_linear_model_tree)
export(fit_loess)
export(fit_logistic_regression)
export(fit_mars)
export(fit_regression_random_forest)
export(fit_regression_tree)
export(fit_statskmeans)
export(kmeans_iterations)
export(mnist_plot_digits)
export(sim_groups)
export(sim_quasianscombe_set_1)
export(sim_quasianscombe_set_2)
export(sim_quasianscombe_set_3)
export(sim_quasianscombe_set_4)
export(sim_quasianscombe_set_5)
export(sim_quasianscombe_set_6)
export(sim_response_xy)
export(sim_xy)
importFrom(MASS,mvrnorm)
importFrom(class,knn)
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,if_else)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(earth,earth)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(parttree,geom_parttree)
importFrom(partykit,ctree)
importFrom(partykit,lmtree)
importFrom(purrr,map)
importFrom(purrr,map2_df)
importFrom(purrr,pmap)
importFrom(ranger,ranger)
importFrom(rlang,.data)
importFrom(scales,rescale)
importFrom(stats,binomial)
importFrom(stats,coefficients)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,glm)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,optim)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,step)
importFrom(stringr,str_glue)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)