Main Content

Cluster Analysis

Unsupervised learning techniques to find natural groupings and patterns in data

Cluster analysis, also called segmentation analysis or taxonomy analysis, partitions sample data into groups, orclusters. Clusters are formed such that objects in the same cluster are similar, and objects in different clusters are distinct. Statistics and Machine Learning Toolbox™ provides several clustering techniques and measures of similarity (also calleddistance metrics) to create the clusters. Additionally,cluster evaluationdetermines the optimal number of clusters for the data using different evaluation criteria.Cluster visualizationoptions include dendrograms and silhouette plots. The toolbox also provides severalanomaly detection特征识别outliers and novelties.

聚类分析基础知识

Categories