-
Notifications
You must be signed in to change notification settings - Fork 29
/
NAMESPACE
156 lines (155 loc) · 4.07 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
# Generated by roxygen2: do not edit by hand
S3method(as.cl_membership,TSClusters)
S3method(as.data.frame,crossdist)
S3method(as.data.frame,pairdist)
S3method(as.matrix,crossdist)
S3method(as.matrix,pairdist)
S3method(base::dim,Distmat)
S3method(base::dim,DistmatLowerTriangular)
S3method(base::dim,SparseDistmat)
S3method(cl_class_ids,TSClusters)
S3method(cl_membership,TSClusters)
S3method(is.cl_dendrogram,TSClusters)
S3method(is.cl_hard_partition,TSClusters)
S3method(is.cl_hierarchy,TSClusters)
S3method(is.cl_partition,TSClusters)
S3method(n_of_classes,TSClusters)
S3method(n_of_objects,TSClusters)
S3method(plot,TSClusters)
S3method(predict,TSClusters)
S3method(update,TSClusters)
export(DBA)
export(GAK)
export(NCCc)
export(SBD)
export(TADPole)
export(as.matrix)
export(compare_clusterings)
export(compare_clusterings_configs)
export(compute_envelope)
export(cvi)
export(cvi_evaluators)
export(dba)
export(dtw2)
export(dtw_basic)
export(dtw_lb)
export(fuzzy_control)
export(gak)
export(hierarchical_control)
export(interactive_clustering)
export(lb_improved)
export(lb_keogh)
export(pam_cent)
export(partitional_control)
export(pdc_configs)
export(reinterpolate)
export(repeat_clustering)
export(sbd)
export(sdtw)
export(sdtw_cent)
export(shape_extraction)
export(ssdtwclust)
export(tadpole)
export(tadpole_control)
export(tsclust)
export(tsclust_args)
export(tslist)
export(zscore)
exportClasses(FuzzyTSClusters)
exportClasses(HierarchicalTSClusters)
exportClasses(PartitionalTSClusters)
exportClasses(TSClusters)
exportClasses(tsclustFamily)
exportMethods(cvi)
exportMethods(plot)
exportMethods(predict)
exportMethods(show)
exportMethods(update)
import(foreach)
importClassesFrom(Matrix,sparseMatrix)
importFrom(Matrix,forceSymmetric)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(RSpectra,eigs_sym)
importFrom(Rcpp,evalCpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(RcppParallel,defaultNumThreads)
importFrom(clue,as.cl_class_ids)
importFrom(clue,as.cl_membership)
importFrom(clue,cl_class_ids)
importFrom(clue,cl_membership)
importFrom(clue,is.cl_dendrogram)
importFrom(clue,is.cl_hard_partition)
importFrom(clue,is.cl_hierarchy)
importFrom(clue,is.cl_partition)
importFrom(clue,n_of_classes)
importFrom(clue,n_of_objects)
importFrom(cluster,silhouette)
importFrom(dplyr,anti_join)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,inner_join)
importFrom(dplyr,sample_n)
importFrom(dtw,dtw)
importFrom(dtw,symmetric1)
importFrom(dtw,symmetric2)
importFrom(flexclust,comPart)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme_bw)
importFrom(ggrepel,geom_label_repel)
importFrom(graphics,plot)
importFrom(methods,S3Part)
importFrom(methods,as)
importFrom(methods,callNextMethod)
importFrom(methods,initialize)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(methods,setOldClass)
importFrom(methods,setRefClass)
importFrom(methods,show)
importFrom(methods,signature)
importFrom(methods,slot)
importFrom(parallel,nextRNGStream)
importFrom(parallel,splitIndices)
importFrom(proxy,dist)
importFrom(proxy,pr_DB)
importFrom(reshape2,melt)
importFrom(rlang,"!!!")
importFrom(rlang,.data)
importFrom(rlang,as_environment)
importFrom(rlang,as_string)
importFrom(rlang,enexpr)
importFrom(rlang,enexprs)
importFrom(rlang,env_bind)
importFrom(rlang,exprs)
importFrom(rlang,is_call)
importFrom(rlang,list2)
importFrom(rlang,syms)
importFrom(shiny,runApp)
importFrom(shiny,shinyApp)
importFrom(shinyjs,useShinyjs)
importFrom(stats,approx)
importFrom(stats,as.dist)
importFrom(stats,as.hclust)
importFrom(stats,convolve)
importFrom(stats,cutree)
importFrom(stats,fft)
importFrom(stats,hclust)
importFrom(stats,median)
importFrom(stats,nextn)
importFrom(stats,optim)
importFrom(stats,predict)
importFrom(stats,runif)
importFrom(stats,update)
importFrom(utils,head)
importFrom(utils,packageVersion)
useDynLib(dtwclust, .registration = TRUE)