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:

最新文章

  1. 【Debug】Web开发中,Tomcat正常启动,访问欢迎页404,怎么办?
  2. 关于前期在云服务器上部署TOMCAT服务器的问题
  3. Python tools for Visual Studio插件介绍
  4. Java学习-021-Properties 获取配置项对应的值
  5. 黄聪:WebBrowser执行和安装jQuery脚本(IEBrowse)
  6. 性能测试_响应时间、并发、RPS的关系
  7. wps 2012-2013 通杀漏洞(CVE-2013-3934)
  8. 操作html标签之找到标签
  9. Canvas API -- JavaScript 标准参考教程(alpha)
  10. Ajax 生成流文件下载 以及复选框的实现
  11. STL部分的实现
  12. [UWP]了解模板化控件(4):TemplatePart
  13. mysql获取当前时间,前一天,后一天
  14. JDK和tomcat的安装配置
  15. NOIP-铺地毯
  16. C#线程同步(3)- 互斥量 Mutex
  17. 使用VMware新建一个Linux系统虚拟机(全)
  18. 安卓开发 1配置环境 (JDK+Andriod stiuio)
  19. 4.1.7 Cutting Game(POJ 2311)
  20. 关闭provider进程或者consumer进程后,会发生什么?

热门文章

  1. spring mvc学习笔记一:hello world
  2. IDEA工具使用说明
  3. HashTable 简述
  4. Struts2理解--动态方法和method属性及通配符_默认Action
  5. MVC Html.ValidationSummary()样式优化
  6. webpack配置sass模块的加载
  7. 关于JS 事件冒泡和onclick,click,on()事件触发顺序
  8. 阅读笔记Multi-task Learning for Stock Selection [NIPS1996]
  9. MongoDB学习:(二)MongoDB简单使用
  10. tomcat项目的部署