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
|
Source: r-cran-uwot
Standards-Version: 4.7.3
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
Andreas Tille <tille@debian.org>,
Steffen Moeller <moeller@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
debhelper-compat (= 13),
dh-r,
r-base-dev,
r-cran-matrix,
r-cran-fnn,
r-cran-irlba,
r-cran-rcpp,
r-cran-rcppannoy,
r-cran-rspectra,
r-cran-dqrng,
r-cran-rcppprogress,
libpcg-cpp-dev,
libtbb-dev,
architecture-is-64-bit,
architecture-is-little-endian,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-uwot
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-uwot.git
Homepage: https://cran.r-project.org/package=uwot
Rules-Requires-Root: no
Package: r-cran-uwot
Architecture: any
Depends:
${R:Depends},
${shlibs:Depends},
${misc:Depends},
Recommends:
${R:Recommends},
Suggests:
${R:Suggests},
Description: GNU R uniform manifold approximation and projection (UMAP)
An implementation of the Uniform Manifold Approximation and
Projection dimensionality reduction by McInnes et al. (2018)
<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) <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.
|