powered by
distpar(x, method = "euclidean", nbproc = 2, diag = FALSE, upper = FALSE)
"dist"
Dist
x <- matrix(rnorm(100), nrow=5) ## compute dist with 8 threads distpar(x,nbproc=8) ## compute pearson dist with 8 threads distpar(x,nbproc=8,method="pearson")
Run the code above in your browser using DataLab