View source: R/model.R View source: R/main_model.R
update_d_vector | R Documentation |
Update the d parameter for each cluster
update_d_vector(Y, K, probability_matrix)
Y |
The matrix containing rows corresponding the curves |
K |
The total number of clusters |
probability_matrix |
A matrix in which the rows represent the probabilities that the curve is in each of the clusters |
A vector of the updated d parameters for each cluster
update_d_vector(Y, K, probability_matrix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.