fast_diss_vector {resemble} | R Documentation |
A fast (parallel for linux) algorithm of (squared) Euclidean cross-distance for vectors written in C++
fast_diss_vector(X)
X |
a vector. |
used internally in ortho_projection
a vector of distance (lower triangle of the distance matrix, stored by column)
Antoine Stevens