-
Notifications
You must be signed in to change notification settings - Fork 31
/
DESCRIPTION
52 lines (52 loc) · 1.61 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
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: uwot
Title: The Uniform Manifold Approximation and Projection (UMAP) Method for
Dimensionality Reduction
Version: 0.2.2.9000
Authors@R: c(
person("James", "Melville", , "[email protected]", role = c("aut", "cre", "cph")),
person("Aaron", "Lun", role = "ctb"),
person("Mohamed Nadhir", "Djekidel", role = "ctb"),
person("Yuhan", "Hao", role = "ctb"),
person("Dirk", "Eddelbuettel", role = "ctb"),
person("Wouter", "van der Bijl", role = "ctb")
)
Description: An implementation of the Uniform Manifold Approximation and
Projection dimensionality reduction by McInnes et al. (2018)
<doi:10.48550/arXiv.1802.03426>. It also provides means to transform new data and
to carry out supervised dimensionality reduction. An implementation of
the related LargeVis method of Tang et al. (2016) <doi:10.48550/arXiv.1602.00370>
is also provided. This is a complete re-implementation in R (and C++,
via the 'Rcpp' package): no Python installation is required. See the
uwot website (<https://github.com/jlmelville/uwot>) for more
documentation and examples.
License: GPL (>= 3)
URL: https://github.com/jlmelville/uwot,
https://jlmelville.github.io/uwot/
BugReports: https://github.com/jlmelville/uwot/issues
Depends:
Matrix
Imports:
FNN,
irlba,
methods,
Rcpp,
RcppAnnoy (>= 0.0.17),
RSpectra
Suggests:
bigstatsr,
covr,
knitr,
RcppHNSW,
rmarkdown,
rnndescent,
testthat
LinkingTo:
dqrng,
Rcpp,
RcppAnnoy,
RcppProgress
VignetteBuilder:
knitr
Config/Needs/website: rmarkdown
Encoding: UTF-8
RoxygenNote: 7.3.2