Comparing Clustering Algorithms.ppt

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Comparing Clustering Algorithms.ppt

KD Trees K Dimensional Trees Space Partitioning Data Structure Splitting planes perpendicular to Coordinate Axes Useful in Nearest Neighbor Search Reduces the Overall Time Complexity to O(log n)? Has been used in many clustering algorithms and other domains DBSCAN (Using KD Trees)? Density based Clustering (Maximal Set of Density Connected Points)? O(m) Space Complexity Using KD Trees the overall Time Complexity reduces to O(m * logm) from O(m^2)? Pros Fast for low dimensional data Can discover clusters of arbitrary shapes Robust towards Outlier Detection (Noise)? DBSCAN - Issues DBSCAN is very sensitive to clustering parameters MinPoints (Min Neighborhood Points) and EPS (Images Next)? The Algorithm is not partitionable for multi-processor systems. DBSCAN fails to identify clusters if density varies and if the data set is too sparse. (Images Next)? Sampling Affects Density Measures DBSCAN (Contd.)? Performance Measurements Compiler Used - Java 1.6 Hardware Used Intel Pentium IV 1.8 Ghz (Duo Core)? 1 GB RAM No. of Points 1572 3568 7502 10256 Clustering Time (sec) 3.5 10.9 39.5 78.4 CURE – Hierarchical Clustering Involves Two Pass clustering Uses Efficient Sampling Algorithms Scalable for Large Datasets First pass of Algorithm is partitionable so that it can run concurrently on multiple processors (Higher number of partitions help keeping execution time linear as size of dataset increase)? CURE (Contd.)? Outperforms Basic Hierarchical Clustering by reducing the Time Complexity to O(n^2) from O(n^2*logn)? Two Steps of Outlier Elimination After Pre-clustering Assigning label to data which was not part of Sample Captures the shape of clusters by selecting the notion of representative points (well scattered points which determine the boundary of cluster)? CURE - Benefits against Popular Algorithms K-Means ( Centroid based Algorithms) : Unsuitable for non-spherical and size differing clusters. CLARANS :

文档评论(0)

gshshxx + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档