kwikteam / klustakwik2

Fast software for high-dimensional cluster analysis using the masked EM algorithm for Gaussians mixtures
BSD 3-Clause "New" or "Revised" License
31 stars 13 forks source link

Merge similar masks before mask starts? #28

Open thesamovar opened 9 years ago

thesamovar commented 9 years ago

Could improve quality of initial clustering?

thesamovar commented 9 years ago

For example, start with the mask that has the smallest number of points. Find the closest mask to it. Merge these two. Repeat until you have the number of masks needed for mask starts. @shabnamkadir what do you think?