Open ZhaofengWu opened 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.
allinit.r
k <- 10
k <- 300
init.EM
When running the same code as in
allinit.r
, but with the only change fromk <- 10
tok <- 300
or some other large value, theinit.EM
function takes forever.