Description Usage Arguments Value Author(s) Examples
View source: R/general-functions.R
Provides the calculation of per-cluster entropy, equivalent to
Entropy(k) = ∑_{i \in C_k} \log (τ_{ik})
where τ_{ik} is the conditional probability of gene i belonging to cluster k and C_k corresponds to the set of indices of genes attributed to cluster k.
1 | clusterEntropy(probaPost)
|
probaPost |
Matrix containing the conditional probabilities of belonging to each cluster for all observations |
Entropy per cluster
Cathy Maugis-Rabusseau
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.