snoweye / EMCluster

EM Algorithm for Model-Based Clustering of Finite Mixture Gaussian Distribution
Mozilla Public License 2.0
17 stars 0 forks source link

Large `nclass` taking forever #3

Open ZhaofengWu opened 7 years ago

ZhaofengWu commented 7 years ago

When running the same code as in allinit.r, but with the only change from k <- 10 to k <- 300 or some other large value, the init.EM function takes forever.