Skip to content

densityClust 0.3.0

Choose a tag to compare

@thomasp85 thomasp85 released this 24 Oct 13:04

This version brings with it huge potential speedups when dealing with large datasets thanks to a new k-Nearest Neighbors algorithm that circumvent the need for calculating the full distance matrix prior to clustering. The new algorithm has been added courtesey Xiaojie Qiu, and will be used if a matrix or data.frame is supplied instead of a distance matrix.