Closed jeffwong closed 12 years ago
the c function to pdist returns an array of floats which naturally maps to a vector. Reshaping this into a matrix can add a lot of overhead, so this should be factored out into a seperate as.matrix function
the c function to pdist returns an array of floats which naturally maps to a vector. Reshaping this into a matrix can add a lot of overhead, so this should be factored out into a seperate as.matrix function