kwikteam / klustakwik2

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

Allow recursion in splitting #39

Open thesamovar opened 9 years ago

thesamovar commented 9 years ago

Sometimes you might need to do more splitting than we allow for. This could improve the number of iterations needed. Reason: score changes on try splits are much larger than for regular iterations.