Takes a set of points and partition them into clusters according to DBSCAN's data clustering algorithm.
Takes a set of points and partition them into clusters using the k-means algorithm.
The lodash method `_.partition` exported as a module.
TypeScript definitions for lodash.partition