Package: proxyC 0.4.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 and Euclidean distance is particularly fast.
Authors:
proxyC_0.4.2.tar.gz
proxyC_0.4.2.zip(r-4.5)proxyC_0.4.2.zip(r-4.4)proxyC_0.4.2.zip(r-4.3)
proxyC_0.4.2.tgz(r-4.4-x86_64)proxyC_0.4.2.tgz(r-4.4-arm64)proxyC_0.4.2.tgz(r-4.3-x86_64)proxyC_0.4.2.tgz(r-4.3-arm64)
proxyC_0.4.2.tar.gz(r-4.5-noble)proxyC_0.4.2.tar.gz(r-4.4-noble)
proxyC_0.4.2.tgz(r-4.4-emscripten)proxyC_0.4.2.tgz(r-4.3-emscripten)
proxyC.pdf |proxyC.html✨
proxyC/json (API)
NEWS
# 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
data-sciencedistance-measuressimilarity-measures
Last updated 13 days agofrom:747f57d32b. Checks:OK: 7 NOTE: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 24 2024 |
R-4.5-win-x86_64 | NOTE | Oct 24 2024 |
R-4.5-linux-x86_64 | NOTE | Oct 24 2024 |
R-4.4-win-x86_64 | OK | Oct 24 2024 |
R-4.4-mac-x86_64 | OK | Oct 24 2024 |
R-4.4-mac-aarch64 | OK | Oct 24 2024 |
R-4.3-win-x86_64 | OK | Oct 24 2024 |
R-4.3-mac-x86_64 | OK | Oct 24 2024 |
R-4.3-mac-aarch64 | OK | Oct 24 2024 |
Exports:colSdscolZerosdistrowSdsrowZerossimil
Dependencies:latticeMatrixRcppRcppArmadillo
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Standard deviation of columns and rows of large matrices | colSds rowSds |
Count number of zeros in columns and rows of large matrices | colZeros rowZeros |
Compute similarity/distance between rows or columns of large matrices | dist simil |