alexeckert / parallelDist

R Package: Parallel Distance Matrix Computation using Multiple Threads
GNU General Public License v2.0
49 stars 9 forks source link

Support crossdist #6

Open talegari opened 5 years ago

talegari commented 5 years ago

Hi Alex,

Fantastic package! Thanks.

I would request you to support y along with x to compute distances between each row(column) pair between x and y (proxy implements an non-parallelized version). This would output a matrix.

Regards, Srikanth KS