- MATLAB for Machine Learning
- Giuseppe Ciaburro
- 187字
- 2021-07-02 19:37:35
Cluster analysis
Cluster analysis is a multivariate analysis technique through which it is possible to group the statistical units so as to minimize the logic distance of each group and the logic distance between the groups. The logic distance is quantified by means of measures of similarity/dissimilarity between the defined statistical units.
The Statistics and Machine Learning Toolbox provides several algorithms to carry out cluster analysis. Available algorithms include:
- k-means
- k-medoids
- Hierarchical clustering
- GMM
- HMM
When the number of clusters is unknown, we can use cluster evaluation techniques to determine the number of clusters present in the data based on a specified metric.
A typical cluster analysis result is shown in the following figure:

In addition, the Statistics and Machine Learning Toolbox allows viewing clusters by creating a dendrogram plot to display a hierarchical binary cluster tree. Then, we optimize the leaf order to maximize the sum of the similarities between adjacent leaves. Finally, for grouped data with multiple measurements for each group, we create a dendrogram plot based on the group means computed using a multivariate analysis of variance.
- Docker技術(shù)入門與實(shí)戰(zhàn)(第3版)
- Learning Spring 5.0
- 架構(gòu)不再難(全5冊(cè))
- Web Development with Django Cookbook
- Learning ASP.NET Core 2.0
- SEO智慧
- Linux Device Drivers Development
- Python之光:Python編程入門與實(shí)戰(zhàn)
- uni-app跨平臺(tái)開發(fā)與應(yīng)用從入門到實(shí)踐
- 算法秘籍
- H5+移動(dòng)營(yíng)銷設(shè)計(jì)寶典
- Java程序設(shè)計(jì)基礎(chǔ)教程
- Visual C++.NET(2008)典型案例
- Objective-C入門教程
- 污染環(huán)境修復(fù)實(shí)踐與案例