View source: R/model.R View source: R/main_model.R
get_approx_probability_matrix_km | R Documentation |
Generates probability matrix with approximated probability values for each cluster
get_approx_probability_matrix_km(Y, K, x)
Y |
The matrix containing rows corresponding the curves |
K |
The number of clusters in cluster data |
x |
The dependent variable |
A probability matrix with approximated probability values for each cluster suign kmeans
get_approx_probability_matrix(Y, K, x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.