-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.16 KB
/
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
Package: knnp
Version: 2.0.0
Date: 2020-01-08
Title: Time Series Prediction using K-Nearest Neighbors Algorithm
(Parallel)
Authors@R: c(
person("Daniel", "Bastarrica Lacalle", email="danibast@ucm.es", role=c("aut", "cre")),
person("Javier", "Berdecio Trigueros", email="javierberdeciot@gmail.com", role=c("aut")),
person("Javier", "Arroyo Gallardo", email="javier.arroyo@fdi.ucm.es", role=c("aut")),
person("Albert", "Meco Alias", email="ameco@ucm.es", role=c("aut"))
)
Depends: R (>= 3.6.1)
Imports: parallelDist, forecast, stats, utils, doParallel, foreach,
plyr
Suggests: tseries, tsibble
Description: Two main functionalities are provided. One of them is predicting values with
k-nearest neighbors algorithm and the other is optimizing the parameters k and d of the algorithm.
These are carried out in parallel using multiple threads.
License: AGPL-3
URL: https://github.com/Grasia/knnp
BugReports: https://github.com/Grasia/knnp/issues
NeedsCompilation: no
Author: Daniel Bastarrica Lacalle [aut, cre],
Javier Berdecio Trigueros [aut],
Javier Arroyo Gallardo [aut],
Albert Meco Alias [aut]
Maintainer: Daniel Bastarrica Lacalle <danibast@ucm.es>