Closed dputhier closed 1 year ago
A solution would be to use the implementation of kendall in the cor() function. Could be faster maybe than the amap library(even multithreading dont help too much).
Fix the problem by creating a dataset that is loaded for testing 19708e33701d771c7b98bbedbed0ef511e68fcae
This is not a good idea to have turned almost all examples with "kendall" distance as the computation of this distance is extremely slow. In fact it would take (10s of) hours to compute the distance matrix on a regular dataset...