-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.31 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
28
29
30
31
32
33
34
35
36
37
38
39
Package: proxyC
Type: Package
Title: Computes Proximity in Large Sparse Matrices
Version: 0.4.2
Authors@R: c(
person("Kohei", "Watanabe", email = "[email protected]", role = c("cre", "aut", "cph"),
comment = c(ORCID = "0000-0001-6519-5265")),
person("Robrecht", "Cannoodt", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0003-3641-729X"))
)
Description:
Computes proximity between rows or columns of large matrices efficiently in C++.
Functions are optimised for large sparse matrices using the Armadillo and Intel TBB libraries.
Among various built-in similarity/distance measures, computation of correlation,
cosine similarity and Euclidean distance is particularly fast.
URL: https://github.com/koheiw/proxyC, https://koheiw.github.io/proxyC, https://koheiw.github.io/proxyC/
BugReports: https://github.com/koheiw/proxyC/issues
License: GPL-3
Depends:
R (>= 3.1.0),
methods
Imports:
Matrix (>= 1.2),
Rcpp (>= 0.12.12)
Suggests:
testthat,
entropy,
proxy,
knitr,
rmarkdown
LinkingTo:
Rcpp,
RcppArmadillo (>= 0.7.600.1.0)
NeedsCompilation: yes
Encoding: UTF-8
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/Needs/website: coop, Rfast, dist, parallelDist, distances, proxy