- 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.
- TypeScript入門與實戰
- Java 開發從入門到精通(第2版)
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Ext JS Data-driven Application Design
- PLC編程及應用實戰
- 軟件工程
- INSTANT Django 1.5 Application Development Starter
- Python算法從菜鳥到達人
- 數據結構案例教程(C/C++版)
- Arduino家居安全系統構建實戰
- 新一代SDN:VMware NSX 網絡原理與實踐
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- 寫給程序員的Python教程
- Mastering Gephi Network Visualization
- Python面試通關寶典