-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
27 lines (27 loc) · 848 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
Package: frequentdirections
Type: Package
Title: Implementation of Frequent-Directions Algorithm for Efficient Matrix Sketching
Version: 0.1.1
Authors@R: c(
person("Shinichi", "Takayanagi", , "[email protected]", role = c("aut", "cre")),
person("Nagi", "Teramo", , "[email protected]", role = c("aut"))
)
Description: Implement frequent-directions algorithm for efficient matrix sketching.
(Edo Liberty (2013) <doi:10.1145/2487575.2487623>).
URL: https://github.com/shinichi-takayanagi/frequentdirections
BugReports: https://github.com/shinichi-takayanagi/frequentdirections/issues
License: MIT + file LICENSE
Encoding: UTF-8
Remotes:
github::stillmatic/MNIST
Imports:
ggplot2,
Suggests:
testthat,
knitr,
rmarkdown,
MNIST
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
VignetteBuilder: knitr