- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 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 :
您可能关注的文档
- §1.2集合的运算.ppt
- §7-3 周转轮系传动比计算.ppt
- (a.k.a. Phase I trials).ppt
- 1.1.1 正弦定理的推导.ppt
- 1.3人口分布与 人口合理容量.ppt
- 1.什么叫旋转对称图形?.ppt
- 1.我的背景 ?.ppt
- 1.苹果为什么下落?.ppt
- 100 GbE Network implementations, challenges and testing.ppt
- 13C-NMR, 2D-NMR, and MRI.ppt
- Competition in the Telecommunications Sector in Mexico.ppt
- Competition Issues in Manufacturing Sector.ppt
- Competitive Strategies.ppt
- Constructing Decision Trees.ppt
- Consumer Influence.ppt
- Control System Instrumentation.ppt
- COSYSMO Constructive Systems Engineering Cost Model.ppt
- Course IntroductionOverview.ppt
- Data Daze.ppt
- Detecting Client-side Exploits with Honeyclients.ppt
最近下载
- 代谢相关(非酒精性)脂肪性肝病防治指南(2024年版) .pdf VIP
- 大连理工大学22春“计算机科学与技术”《数据结构》期末考试高频考点版(带答案)试卷号4.pdf VIP
- 新生儿机械通气常规.pptx
- 全国通用版高考语文一轮复习论述类文本阅读论述类文本筛选并整合文中信息教案.pdf VIP
- 光伏电站建设与施工技术 课件 第一章 光伏电站项目建设前期准备.ppt
- 代谢相关(非酒精性)脂肪性肝病防治指南(2024年版)解读.pptx VIP
- 2024届高考语文论述类文本阅读考点训练:分析概括观点、态度.pdf VIP
- (完整版)生命与健康常识八年级下册教案.pdf VIP
- 高考语文一轮复习:信息类文本阅读之概念类(原卷版+解析).pdf VIP
- (通用版)2019年高考语文一轮复习论述类文本阅读论述类文本筛选并整合文中信息教案.doc VIP
文档评论(0)