套件:r-cran-uwot(0.1.10-1)
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.
其他與 r-cran-uwot 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.29)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc-s1 (>= 4.2)
- GCC 支援函式庫
-
- dep: libstdc++6 (>= 6)
- GNU Standard C++ Library v3
-
- dep: r-api-4.0
- 本虛擬套件由這些套件填實: r-base-core
-
- dep: r-base-core (>= 4.0.3-1)
- GNU R core of statistical computation and graphics system
-
- dep: r-cran-dqrng
- GNU R fast pseudo random number generators
-
- dep: r-cran-fnn
- GNU R fast nearest neighbor search algorithms and applications
-
- dep: r-cran-irlba
- GNU R fast truncated SVD, PCA and symmetric eigendecomposition
-
- dep: r-cran-matrix
- GNU R package of classes for dense and sparse matrices
-
- dep: r-cran-rcpp
- GNU R package for Seamless R and C++ Integration
-
- dep: r-cran-rcppannoy (>= 0.0.17)
- Rcpp bindings for Annoy (approximate nearest neighbors)
-
- dep: r-cran-rcppprogress
- interruptible progress bar for C++ in GNU R packages
-
- dep: r-cran-rspectra
- GNU R solvers for large-scale eigenvalue and SVD problems
-
- rec: r-cran-testthat
- GNU R testsuite
-
- sug: r-cran-covr
- test coverage for GNU R packages