overall_entropy {c2c} | R Documentation |
Calculate overall cluster entropy
Description
Used to calculate overall cluster entropy from a confusion matrix.
Usage
overall_entropy(conf_mat)
Arguments
conf_mat |
A confusion matrix from |
Value
A scaler, cluster entropy as defined in Manning (2008)
References
Manning, C. D., Raghavan, P., & Schütze, H. (2008) Introduction to information retrieval (Vol. 1, No. 1). Cambridge: Cambridge university press.
[Package c2c version 0.1.0 Index]