-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
42 lines (41 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
S3method(predict,classiKernel)
S3method(predict,classiKnn)
S3method(print,classiKernel)
S3method(print,classiKnn)
S3method(summary,classiKernel)
S3method(summary,classiKnn)
export(classiKernel)
export(classiKnn)
export(computeDistMat)
export(fdataTransform)
export(kerChoices)
export(metricChoices)
export(parallelComputeDistMat)
import(BBmisc)
import(checkmate)
import(dtw)
import(proxy)
importFrom(fda,create.bspline.basis)
importFrom(fda,deriv.fd)
importFrom(fda,eval.fd)
importFrom(fda,smooth.basis)
importFrom(fda.usc,AKer.cos)
importFrom(fda.usc,AKer.epa)
importFrom(fda.usc,AKer.norm)
importFrom(fda.usc,AKer.quar)
importFrom(fda.usc,AKer.tri)
importFrom(fda.usc,AKer.unif)
importFrom(fda.usc,Ker.cos)
importFrom(fda.usc,Ker.epa)
importFrom(fda.usc,Ker.norm)
importFrom(fda.usc,Ker.quar)
importFrom(fda.usc,Ker.tri)
importFrom(fda.usc,Ker.unif)
importFrom(fdasrvf,elastic.distance)
importFrom(fdasrvf,f_to_srvf)
importFrom(rucrdtw,ucrdtw_vv)
importFrom(rucrdtw,ucred_vv)
importFrom(stats,aggregate)
importFrom(stats,dnorm)
importFrom(stats,quantile)