-
Notifications
You must be signed in to change notification settings - Fork 18
/
NAMESPACE
137 lines (136 loc) · 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
# Generated by roxygen2: do not edit by hand
S3method("[",AnnotationVector)
S3method("[",ArcCount)
S3method("[",Chain)
S3method("[",Discord)
S3method("[",Floss)
S3method("[",Fluss)
S3method("[",MPdistProfile)
S3method("[",MatrixProfile)
S3method("[",Motif)
S3method("[",MultiMatrixProfile)
S3method("[",MultiMotif)
S3method("[",PMP)
S3method("[",Salient)
S3method("[",SimpleMatrixProfile)
S3method("[",Snippet)
S3method(find_discord,MatrixProfile)
S3method(find_discord,PMP)
S3method(find_motif,MatrixProfile)
S3method(find_motif,MultiMatrixProfile)
S3method(find_motif,PMP)
S3method(head,MatrixProfile)
S3method(head,MultiMatrixProfile)
S3method(head,SimpleMatrixProfile)
S3method(plot,ArcCount)
S3method(plot,Chain)
S3method(plot,Discord)
S3method(plot,Floss)
S3method(plot,Fluss)
S3method(plot,MatrixProfile)
S3method(plot,Motif)
S3method(plot,MultiMatrixProfile)
S3method(plot,MultiMotif)
S3method(plot,PMP)
S3method(plot,Salient)
S3method(plot,SimpleMatrixProfile)
S3method(plot,Snippet)
S3method(plot,Valmod)
S3method(print,ArcCount)
S3method(print,Chain)
S3method(print,Discord)
S3method(print,Floss)
S3method(print,Fluss)
S3method(print,MatrixProfile)
S3method(print,Motif)
S3method(print,MultiMatrixProfile)
S3method(print,MultiMotif)
S3method(print,PMP)
S3method(print,Salient)
S3method(print,SimpleMatrixProfile)
S3method(print,Snippet)
S3method(print,Valmod)
S3method(read,default)
S3method(tail,MatrixProfile)
S3method(tail,MultiMatrixProfile)
S3method(tail,SimpleMatrixProfile)
S3method(write,MatrixProfile)
S3method(write,PMP)
S3method(write,default)
export("%>%")
export("%T>%")
export(analyze)
export(as.arccount)
export(as.chain)
export(as.discord)
export(as.fluss)
export(as.matrixprofile)
export(as.motif)
export(as.multimatrixprofile)
export(as.multimotif)
export(as.pmp)
export(as.salient)
export(as.valmod)
export(av_apply)
export(av_complexity)
export(av_hardlimit_artifact)
export(av_motion_artifact)
export(av_stop_word)
export(av_zerocrossing)
export(compute)
export(discords)
export(dist_profile)
export(fast_avg_sd)
export(fast_movavg)
export(fast_movsd)
export(find_chains)
export(find_discord)
export(find_motif)
export(find_snippet)
export(floss)
export(floss_cac)
export(floss_extract)
export(fluss)
export(fluss_cac)
export(fluss_extract)
export(fluss_score)
export(get_data)
export(mass)
export(mass_pre)
export(mass_v3)
export(min_mp_idx)
export(motifs)
export(mpdist)
export(mpx)
export(mstomp)
export(mstomp_par)
export(plot_arcs)
export(pmp)
export(pmp_upper_bound)
export(read)
export(remove_class)
export(salient_mds)
export(salient_score)
export(salient_subsequences)
export(scrimp)
export(sdts_predict)
export(sdts_score)
export(sdts_train)
export(set_data)
export(simple_fast)
export(stamp)
export(stamp_par)
export(stomp)
export(stomp_par)
export(stompi_update)
export(tsmp)
export(valmod)
export(visualize)
export(write)
importFrom(Rcpp,sourceCpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(magrittr,"%>%")
importFrom(magrittr,"%T>%")
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(tsmp, .registration = TRUE)