ClusteringModelle
ClusteringModelle are a class of unsupervised learning methods designed to group a set of objects into clusters such that objects in the same cluster are more similar to each other than to those in other clusters. The primary goal is to discover structure in data without labeled outcomes. Clustering relies on a definition of similarity or distance and often on an objective function that is minimized or maximized during training.
Common approaches include partitioning methods (such as k-means and k-medoids), which assign each observation to one
Evaluation is internal or external; internal indices measure cluster compactness and separation (silhouette, Davies-Bouldin, Calinski-Harabasz), while
Applications span customer segmentation, market research, image and text clustering, anomaly detection, biology and genomics, and