Package: coop 0.6-3
coop: Co-Operation: Fast Covariance, Correlation, and Cosine Similarity Operations
Fast implementations of the co-operations: covariance, correlation, and cosine similarity. The implementations are fast and memory-efficient and their use is resolved automatically based on the input data, handled by R's S3 methods. Full descriptions of the algorithms and benchmarks are available in the package vignettes.
Authors:
coop_0.6-3.tar.gz
coop_0.6-3.zip(r-4.5)coop_0.6-3.zip(r-4.4)coop_0.6-3.zip(r-4.3)
coop_0.6-3.tgz(r-4.4-x86_64)coop_0.6-3.tgz(r-4.4-arm64)coop_0.6-3.tgz(r-4.3-x86_64)coop_0.6-3.tgz(r-4.3-arm64)
coop_0.6-3.tar.gz(r-4.5-noble)coop_0.6-3.tar.gz(r-4.4-noble)
coop_0.6-3.tgz(r-4.4-emscripten)coop_0.6-3.tgz(r-4.3-emscripten)
coop.pdf |coop.html✨
coop/json (API)
# Install 'coop' in R: |
install.packages('coop', repos = c('https://fastverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/wrathematics/coop/issues
Last updated 3 years agofrom:3a0d91311f. Checks:OK: 9. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win-x86_64 | OK | Oct 31 2024 |
R-4.5-linux-x86_64 | OK | Oct 31 2024 |
R-4.4-win-x86_64 | OK | Oct 31 2024 |
R-4.4-mac-x86_64 | OK | Oct 31 2024 |
R-4.4-mac-aarch64 | OK | Oct 31 2024 |
R-4.3-win-x86_64 | OK | Oct 31 2024 |
R-4.3-mac-x86_64 | OK | Oct 31 2024 |
R-4.3-mac-aarch64 | OK | Oct 31 2024 |
Exports:cosinecovarpcorscalersparsitytcosinetcovartpcor
Dependencies:
Algorithms and Benchmarks for the coop Package
Rendered fromalgos.Rnw
usingutils::Sweave
on Oct 31 2024.Last update: 2019-04-04
Started: 2016-11-30
Introducing coop: Fast Covariance, Correlation, and Cosine Operations
Rendered fromcoop.Rnw
usingutils::Sweave
on Oct 31 2024.Last update: 2019-04-04
Started: 2016-11-30
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Cooperation: A Package of Co-Operations | coop-package |
Cosine Similarity | cosine tcosine |
Covariance | covar tcovar |
Pearson Correlation | pcor tpcor |
scaler | scaler |
Sparsity | sparsity |
Weighted Co-Operation | weighted |