- 1、本文档共17页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
WJ-CH10-模式识别-聚类算法-02 英文版 教学教案.ppt
王杰(博士/教授/博导) 郑州大学电气工程学院 0371 wj@zzu.edu.cn 模式识别 Pattern Recognition Chapter 10(II) CLUSTERING ALGORITHMS CLUSTERING ALGORITHMS Number of possible clusterings Let X={x1,x2,…,xN}. Question: In how many ways the N points can be assigned into m groups? Answer: Examples: A way out: Consider only a small fraction of clusterings of X and select a “sensible” clustering among them Question 1: Which fraction of clusterings is considered? Question 2: What “sensible” means? The answer depends on the specific clustering algorithm and the specific criteria to be adopted. MAJOR CATEGORIES OF CLUSTERING ALGORITHMS Sequential: A single clustering is produced. One or few sequential passes on the data. Hierarchical: A sequence of (nested) clusterings is produced. Agglomerative Matrix theory Graph theory Divisive Combinations of the above (e.g., the Chameleon algorithm.) Cost function optimization. For most of the cases a single clustering is obtained. Hard clustering (each point belongs exclusively to a single cluster): Basic hard clustering algorithms (e.g., k-means) k-medoids algorithms Mixture decomposition Branch and bound Simulated annealing Deterministic annealing Boundary detection Mode seeking Genetic clustering algorithms Fuzzy clustering (each point belongs to more than one clusters simultaneously). Possibilistic clustering (it is based on the possibility of a point to belong to a cluster). Basic Sequential Clustering Algorithm (BSAS) m=1 \{number of clusters}\ Cm={x1} For i=2 to N Find Ck: d(xi,Ck)=min1?j?md(xi,Cj) If (d(xi,Ck)Θ) AND (mq) then m=m+1 Cm={xi} Else Ck=Ck?{xi} Where necessary, update representatives (*) End {if} End {for} (*) When the mean vector mC is used as representative of the cluster C with nc elements, the updating in the light of a new vector x becomes mCnew=(nC mC + x) / (nC+1) Remarks: The order of presentation of the data in the algorithm plays important role in the clustering results. Different
您可能关注的文档
- VITA 玻璃渗透全瓷知识介绍.ppt
- vitd缺乏性佝偻病 教材课程.ppt
- vocabulary for unit5 active reading1东南大学四级英语教材.ppt
- vofr4 技能评估体系教材.ppt
- volume 1 - unit 1 大学英语基础教程1教材.ppt
- volume 1 - unit 2 大学英语基础教程1教材.ppt
- volume 1 - unit 3 大学英语基础教程1教材.ppt
- volume 1 - unit 4 大学英语基础教程1教材.ppt
- volume 1 - unit 7大学英语基础教程1教材.ppt
- volume 1 - unit 8大学英语基础教程1教材.ppt
- 食品饮料电商运营客户关系管理与数字化营销策略研究报告.docx
- 装配式建筑部品部件标准化设计在装配式建筑装配式建筑施工管理中的应用报告.docx
- 2025年银发消费市场养老服务需求与市场竞争分析报告.docx
- 法律关系考研试题及答案.doc
- 2025年二手交易平台信用评级体系与信用评级机构分析.docx
- 2025年环保型表面处理技术在新能源汽车电池制造的应用报告.docx
- 食品加工行业节能减排技术改造项目环境影响评价与控制措施.docx
- 2025年云安全服务项目申请报告模板.docx
- 数字化浪潮下2025年运动品牌营销策略与消费者互动体验报告.docx
- 2025年农村电商物流配送体系绿色物流发展建议报告.docx
文档评论(0)