HEXRD / hexrd

A cross-platform, open-source library for the analysis of X-ray diffraction data.
Other
54 stars 26 forks source link

Run dbscan in parallel #638

Closed psavery closed 2 months ago

psavery commented 2 months ago

Set the n_jobs parameter of dbscan() to be the cfg.multiprocessing. This will allow dbscan to run in parallel. For very large numbers of orientations, this may provide a significant speedup.