-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
23 lines (23 loc) · 1.26 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
Package: KernelKnn
Type: Package
Title: Kernel k Nearest Neighbors
Version: 1.1.5
Date: 2023-01-06
Authors@R: c( person(given = "Lampros", family = "Mouselimis", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "https://orcid.org/0000-0002-8024-1546")), person(given = "Matthew", family = "Parks", email = "[email protected]", role = "ctb", comment = c(Github = "Github Contributor")) )
BugReports: https://github.com/mlampros/KernelKnn/issues
URL: https://github.com/mlampros/KernelKnn
Description: Extends the simple k-nearest neighbors algorithm by incorporating numerous kernel functions and a variety of distance metrics. The package takes advantage of 'RcppArmadillo' to speed up the calculation of distances between observations.
License: MIT + file LICENSE
SystemRequirements: libarmadillo: apt-get install -y libarmadillo-dev (deb), libblas: apt-get install -y libblas-dev (deb), liblapack: apt-get install -y liblapack-dev (deb), libarpack++2: apt-get install -y libarpack++2-dev (deb), gfortran: apt-get install -y gfortran (deb)
LazyData: TRUE
Encoding: UTF-8
Depends: R(>= 2.10.0)
Imports: Rcpp (>= 0.12.5)
LinkingTo: Rcpp, RcppArmadillo
Suggests:
testthat,
covr,
knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.2.3