- 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.
- 多媒體CAI課件設計與制作導論(第二版)
- Node.js 10實戰
- Oracle從新手到高手
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- Offer來了:Java面試核心知識點精講(原理篇)
- 基于Java技術的Web應用開發
- DevOps Automation Cookbook
- 秒懂設計模式
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- Python機器學習經典實例
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- Windows內核編程
- AIRIOT物聯網平臺開發框架應用與實戰
- Laravel Application Development Blueprints
- Selenium Essentials