proxyC icon indicating copy to clipboard operation
proxyC copied to clipboard

R package for large-scale similarity/distance computation

Results 10 proxyC issues
Sort by recently updated
recently updated
newest added

I wonder if we can help people computing inner-products by adding "product". For example https://stackoverflow.com/questions/40228592/fastest-way-to-compute-row-wise-dot-products-between-two-skinny-tall-matrices-in On the [add-product](https://github.com/koheiw/proxyC/tree/add-product) branch, ``` r r Matrix 3.938076 4.255705 4.371230 4.417503 4.530834 4.891848 10...

Hi, Thank you for sharing your wonderful method. I failed to install proxyC in R. And I dont know how to handle with it. I will appreciate it if you...

https://github.com/koheiw/proxyC/blob/a7402a5028acdf4e7dc688ff68c78201b1f85d0b/configure.ac#L27-L29 See https://github.com/quanteda/quanteda/issues/2364 for analysis and https://github.com/quanteda/quanteda/pull/2368 for resolution. Use of TBB really is not a good idea, there are other alternatives, and use assumes that you know what other...

Is the eJaccard in this package equivalent to the min-max similarity (aka Ruzicka Distance aka fuzzy Jaccard)?

The package does not compile on Fedora with clang due to suspected a compiler's bug. ``` In file included from /data/gannet/ripley/R/test-clang/RcppArmadillo/include/armadillo:669: /data/gannet/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/Mat_meat.hpp:5766:3: error: call to 'apply' is ambiguous 5766 |...

@koheiw Would you agree it makes sense to submit proxyC to the Journal of Open Source Software? https://joss.readthedocs.io/en/latest/submitting.html I don't mind drafting something.

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @​salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...

dependencies
github_actions

Added `maskUpdate()` to create complex patterns by combining matrices. The below operations are equivalent to logical operations on matrices ```r mak2 mt1 colnames(mt1) mt2 colnames(mt2) mt3 colnames(mt3) > # create...