- 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.
- PHP+MySQL網(wǎng)站開(kāi)發(fā)技術(shù)項(xiàng)目式教程(第2版)
- Clojure for Domain:specific Languages
- 深入理解Java7:核心技術(shù)與最佳實(shí)踐
- Implementing Cisco Networking Solutions
- Building Mapping Applications with QGIS
- JS全書(shū):JavaScript Web前端開(kāi)發(fā)指南
- Hands-On Enterprise Automation with Python.
- Kinect for Windows SDK Programming Guide
- 第一行代碼 C語(yǔ)言(視頻講解版)
- INSTANT Adobe Edge Inspect Starter
- 編寫(xiě)高質(zhì)量代碼:改善Objective-C程序的61個(gè)建議
- Python編程:從入門(mén)到實(shí)踐(第3版)
- HTML+CSS+JavaScript網(wǎng)頁(yè)制作:從入門(mén)到精通(第4版)
- 從零開(kāi)始學(xué)Python大數(shù)據(jù)與量化交易
- 產(chǎn)品架構(gòu)評(píng)估原理與方法