简体   繁体   English

是否有像 flexclust::dist2 一样的 R 成对欧几里得距离 function 但使用并行 CPU 或 GPU 线程?

[英]Are there R pairwise Euclidean distance function like flexclust::dist2 but utilize parallel CPU or GPU threads?

Are there R functions like the flexclust::dist2() but utilize parallel CPU or GPU threads for computing Euclidean pairwise distance between 2 different dataframes / matrices - each with rows of x, y, z coordinates?是否有像 flexclust::dist2() 这样的 R 函数,但使用并行 CPU 或 GPU 线程来计算 2 个不同数据帧/矩阵之间的欧几里德成对距离 - 每个都有 x、y、z 坐标行?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM