Evaluation Clustering methods
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Evaluation Clustering methods相关的知识,希望对你有一定的参考价值。
There are many evaluation measures available like entropy, recall, precision, F-measure, silhouette co-efficient, purity, inverse purity for improving cluster‘s accuracy, efficiency and result.
1. Recall=A/(A+B), where A is the true positive, B is the false negative
Pecision = A/(A+C), where C is the false positive
F-measure=2*Precision*recall/ (precision+recall)
2. Purity, Silhouette co-efficient:
以上是关于Evaluation Clustering methods的主要内容,如果未能解决你的问题,请参考以下文章