get_priors {DCEM} | R Documentation |
Initialize the priors.
get_priors(num_priors)
num_priors |
(numeric): Number of priors one corresponding to each cluster. |
For example, if the user specify 2 priors then the vector will have 2 entries (one for each cluster) where each will be 1/2 or 0.5.
A vector of uniformly initialized prior values (numeric).