Parallel distance Matrix in R
问题 currently I'm using the build in function dist to calculate my distance matrix in R. dist(featureVector,method="manhattan") This is currently the bottlneck of the application and therefore the idea was to parallize this task(conceptually this should be possible) Searching google and this forum did not succeed. Does anybody has an idea? 回答1: Here's the structure for one route you could go. It is not faster than just using the dist() function, instead taking many times longer. It does process