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.zip(r-4.7)proxyC_0.5.2.zip(r-4.6)proxyC_0.5.2.zip(r-4.5)
proxyC_0.5.2.tgz(r-4.6-x86_64)proxyC_0.5.2.tgz(r-4.6-arm64)proxyC_0.5.2.tgz(r-4.5-x86_64)proxyC_0.5.2.tgz(r-4.5-arm64)
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✨
DESCRIPTION |NEWS
card.svg |card.png
proxyC/json (API)
| # Install 'proxyC' in R: |
| install.packages('proxyC', repos = c('https://koheiw.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/koheiw/proxyc/issues
Pkgdown/docs site:https://koheiw.github.io
data-sciencedistance-measuressimilarity-measuresopenblasonetbbcpp
Last updated from:4a3cbad920. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 174 | ||
| linux-devel-x86_64 | OK | 180 | ||
| source / vignettes | OK | 211 | ||
| linux-release-arm64 | OK | 169 | ||
| linux-release-x86_64 | OK | 185 | ||
| macos-release-arm64 | OK | 151 | ||
| macos-release-x86_64 | OK | 377 | ||
| macos-oldrel-arm64 | OK | 180 | ||
| macos-oldrel-x86_64 | OK | 271 | ||
| windows-devel | OK | 184 | ||
| windows-release | OK | 207 | ||
| windows-oldrel | OK | 171 | ||
| wasm-release | OK | 163 |
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 |
