Package: proxyC 0.5.2
proxyC: Computes Proximity in Large Sparse Matrices
Computes proximity between rows or columns of large matrices efficiently in C++. Functions are optimised for large sparse matrices using the Armadillo and Intel TBB libraries. Among various built-in similarity/distance measures, computation of correlation, cosine similarity, Dice coefficient and Euclidean distance is particularly fast.
Authors:
proxyC_0.5.2.tar.gz
proxyC_0.5.2.tar.gz(r-4.7-arm64)proxyC_0.5.2.tar.gz(r-4.7-x86_64)proxyC_0.5.2.tar.gz(r-4.6-arm64)proxyC_0.5.2.tar.gz(r-4.6-x86_64)
proxyC_0.5.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
proxyC/json (API)
NEWS
| # Install 'proxyC' in R: |
| install.packages('proxyC', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/koheiw/proxyc/issues
Pkgdown/docs site:https://koheiw.github.io
Last updated from:a8bbdf2709. Checks:4 NOTE, 2 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | NOTE | 172 | ||
| linux-devel-x86_64 | NOTE | 177 | ||
| source / vignettes | OK | 248 | ||
| linux-release-arm64 | NOTE | 179 | ||
| linux-release-x86_64 | NOTE | 187 | ||
| wasm-release | OK | 140 |
Exports:colSdscolZeroscrossproddistmaskrowSdsrowZerossimiltcrossprod
Dependencies:latticeMatrixRcppRcppArmadillo
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Standard deviation of columns and rows of large matrices | colSds rowSds |
| Number of zeros in columns and rows of large matrices | colZeros rowZeros |
| Cross-product of large sparse matrices | crossprod tcrossprod |
| Create a pattern matrix for masking | mask |
| Compute similarity/distance between rows or columns of large matrices | dist simil |
