-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
130 lines (129 loc) · 3.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
# Generated by roxygen2: do not edit by hand
S3method(detect,han_autoencoder)
S3method(detect,hanc_ml)
S3method(detect,hanct_dtw)
S3method(detect,hanct_kmeans)
S3method(detect,hanr_arima)
S3method(detect,hanr_emd)
S3method(detect,hanr_fbiad)
S3method(detect,hanr_fft)
S3method(detect,hanr_garch)
S3method(detect,hanr_histogram)
S3method(detect,hanr_ml)
S3method(detect,hanr_red)
S3method(detect,hanr_remd)
S3method(detect,hanr_wavelet)
S3method(detect,har_ensemble)
S3method(detect,harbinger)
S3method(detect,hcp_amoc)
S3method(detect,hcp_binseg)
S3method(detect,hcp_cf_arima)
S3method(detect,hcp_cf_ets)
S3method(detect,hcp_cf_lr)
S3method(detect,hcp_chow)
S3method(detect,hcp_garch)
S3method(detect,hcp_gft)
S3method(detect,hcp_pelt)
S3method(detect,hcp_red)
S3method(detect,hcp_scp)
S3method(detect,hdis_mp)
S3method(detect,hdis_sax)
S3method(detect,hmo_mp)
S3method(detect,hmo_sax)
S3method(detect,hmo_xsax)
S3method(detect,hmu_pca)
S3method(evaluate,har_eval)
S3method(evaluate,har_eval_soft)
S3method(evaluate,harbinger)
S3method(fit,han_autoencoder)
S3method(fit,hanc_ml)
S3method(fit,hanct_dtw)
S3method(fit,hanct_kmeans)
S3method(fit,hanr_arima)
S3method(fit,hanr_ml)
S3method(fit,har_ensemble)
S3method(fit,hcp_cf_arima)
S3method(transform,trans_sax)
S3method(transform,trans_xsax)
export(detect)
export(han_autoencoder)
export(hanc_ml)
export(hanct_dtw)
export(hanct_kmeans)
export(hanr_arima)
export(hanr_emd)
export(hanr_fbiad)
export(hanr_fft)
export(hanr_garch)
export(hanr_histogram)
export(hanr_ml)
export(hanr_red)
export(hanr_remd)
export(hanr_wavelet)
export(har_ensemble)
export(har_eval)
export(har_eval_soft)
export(har_plot)
export(harbinger)
export(harutils)
export(hcp_amoc)
export(hcp_binseg)
export(hcp_cf_arima)
export(hcp_cf_ets)
export(hcp_cf_lr)
export(hcp_chow)
export(hcp_garch)
export(hcp_gft)
export(hcp_pelt)
export(hcp_red)
export(hcp_scp)
export(hdis_mp)
export(hdis_sax)
export(hmo_mp)
export(hmo_sax)
export(hmo_xsax)
export(hmu_pca)
export(mas)
export(trans_sax)
export(trans_xsax)
import(daltoolbox)
import(ggplot2)
importFrom(changepoint,cpt.meanvar)
importFrom(daltoolbox,dal_transform)
importFrom(daltoolbox,evaluate)
importFrom(daltoolbox,fit)
importFrom(daltoolbox,fit_curvature_max)
importFrom(daltoolbox,transform)
importFrom(daltoolbox,ts_norm_gminmax)
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,group_by)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dtwclust,tsclust)
importFrom(forecast,auto.arima)
importFrom(forecast,ets)
importFrom(graphics,hist)
importFrom(hht,CEEMD)
importFrom(rugarch,ugarchfit)
importFrom(rugarch,ugarchspec)
importFrom(stats,fft)
importFrom(stats,kmeans)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,princomp)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,ts)
importFrom(stringr,str_length)
importFrom(stringr,str_pad)
importFrom(strucchange,Fstats)
importFrom(strucchange,breakpoints)
importFrom(tsmp,find_motif)
importFrom(tsmp,tsmp)
importFrom(wavelets,modwt)
importFrom(zoo,rollapply)