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 for unmasked data #73

Open thesamovar opened 8 years ago

thesamovar commented 8 years ago

Added a new boolean option use_fmask to load_fet_fmask_to_raw that allows you to automatically have all 1's for the mask if you don't have a .fmask file. Also added a new KK.cluster_mask_or_random_starts entry point that will use mask starts if it is large enough, or random starts if there are insufficient masks. Added a new option to kk2_legacy script to not load the fmask, and modified to use the new entry point.