find.init {metaArray} | R Documentation |
This function is an automated initialization of 'z' in EM algorithm.
find.init(z, width = 1)
z |
Unobserved probability of membership to uniform component of the mixture. |
width |
Constant factor used when assigning 0/1 labels to samples. Larger width will result in more samples initialized at 0. |
z |
A vector of 0/1, initial values of the EM algorithm |
Debashis Ghosh <ghoshd@psu.edu>, Hyungwon Choi <hyung_won_choi@nuhs.edu.sg>