View source: R/class_imbalance.R
class_imbalance | R Documentation |
Calculate class imbalance as given by:
I = K\cdot\sum_{i=1}^K (n_i/N - 1/K)^2
where K
is the number of classes, and n_i
is the number of
instances of class i
class_imbalance(x)
x |
Vector, factor: Labels of outcome. If |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.