AdvancedPhotonSource / tike

Repository for ptychography software
http://tike.readthedocs.io
Other
29 stars 15 forks source link

NEW: Hybrid Wobbly Center Random Clustering method #274

Closed carterbox closed 1 year ago

carterbox commented 1 year ago

Purpose

Provide a faster sparse clustering method than the wobbly center. The wobbly center algorithm is slow because it iterates over every member of the population.

Approach

Bootstrap the wobbly center clusters with random initialization which should be faster because it doesn't require looping over every point. Then use the wobbly center algorithm to determine cluster membership for the last few members.

Pre-Merge Checklists

Submitter

Reviewer