Cluster analysis (Clustering, 군집분석) is the task of grouping a set of objects in such a way that objects in the same group (called a cluster) are more similar (in some sense or another) to each other than to those in other groups (clusters). (https://en.wikipedia.org/wiki/Cluster_analysis)
Algorithms
- Connectivity-based: Hierarchical clustering
- Centroid-based: k-means clustering
- Distribution-based
- Density-based
Incoming Links #
Related Articles (Article 0) #
Related Codes (Code 1) #
Suggested Pages #
- 0.349 Euclidean distance
- 0.303 Minkowski distance
- 0.128 Text-to-image model
- 0.042 Kubeflow
- 0.034 Scikit Flow
- 0.028 Support vector machine
- 0.024 Data analysis
- 0.023 WDL
- 0.019 Data science
- 0.011 Naive Bayes classifier
- More suggestions...