-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
34 lines (34 loc) · 885 Bytes
/
DESCRIPTION
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
Package: classiFunc
Type: Package
Title: Classification of Functional Data
Version: 0.1.1
Date: 2018-03-29
Authors@R: c(
person("Thomas", "Maierhofer", email = "[email protected]", role = c("aut", "cre")),
person("Karen", "Fuchs", email = "[email protected]", role = c("ctb")),
person("Florian", "Pfisterer", email = "[email protected]", role = c("aut")))
URL: https://github.com/maierhofert/classiFunc
Description: Efficient implementation of k-nearest neighbor estimation and kernel estimation for functional data classification.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Depends:
R (>= 2.10)
Suggests:
testthat,
knitr,
rmarkdown,
parallelMap
Imports:
BBmisc (>= 1.11),
checkmate (>= 1.8.2),
dtw,
fda,
fda.usc,
fdasrvf,
proxy,
rucrdtw,
stats,
zoo
VignetteBuilder: knitr