-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
31 lines (31 loc) · 857 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
Package: LSHR
Type: Package
Title: Locality Sensitive Hashing in R
Version: 0.2.0
Date: 2017-03-08
Authors@R: person("Dmitriy", "Selivanov", role = c("aut", "cre"),
email = "[email protected]")
Maintainer: Dmitriy Selivanov <[email protected]>
Description: Fast and memory efficient duplicate-detection and near-neighbor
search in high-dimensional data. Only Cosine and Jaccard distances supported at the moment.
License: GPL (>= 2) | file LICENSE
URL: https://github.com/dselivanov/LSHR
BugReports: https://github.com/dselivanov/LSHR/issues
VignetteBuilder: knitr
SystemRequirements: C++11
Depends:
Matrix,
methods
Imports:
data.table(>= 1.9.10),
Rcpp (>= 0.10.3),
futile.logger (>= 1.4.3),
matrixStats,
parallel
LinkingTo:
Rcpp
Suggests:
ggplot2,
roxygen2,
knitr
RoxygenNote: 6.0.1