Klaszterelemzési
Klaszterelemzési, often translated as cluster analysis, is a statistical method used to group a set of objects in such a way that objects in the same group (called a cluster) are more similar to each other than to those in other groups. It is an unsupervised learning technique, meaning it does not require pre-labeled data. The primary goal is to discover inherent structures and relationships within the data.
The process begins with a dataset containing observations, each described by a set of variables or features.
K-means is an iterative algorithm that partitions the data into a pre-defined number of clusters, 'k'. It
The results of cluster analysis can be visualized through dendrograms (for hierarchical clustering) or scatter plots.