locan.data.cluster.clustering#

Methods for clustering localization data in LocData objects.

Functions

cluster_by_bin(locdata[, loc_properties, ...])

Cluster localizations in locdata by binning all localizations with regard to loc_properties and collecting all localizations per bin as cluster.

cluster_dbscan(locdata[, eps, min_samples, ...])

Cluster localizations in locdata using the dbscan clustering algorithm as implemented in sklearn.

cluster_hdbscan(locdata[, min_cluster_size, ...])

Cluster localizations in locdata using the hdbscan clustering algorithm.