1 / 39
Télécharger la présentation
Cluster analysis
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
Partition Methods Divide data into disjoint clusters • Hierarchical Methods Build a hierarchy of the observations and deduce the clusters from it.
Justifying the criteria • Anova: decomposition of the variance. Univariate: SST=SSW+SSB Multivariate: Minimizing the withing clusters variance is equivalent to maximize the between clusters variance (the difference between clusters).
Problems of k-means • Very sensitive to outliers • Euclidean distances not appropriate for eliptical clusters • It does not give the number of clusters.
Problems of hierarchical cluster • If n is large, slow. Each time n(n-1)/2 comparisons. • Euclidean distances not always appropriate • If n is large, dendogram difficult to interpret
More Related