聚类方法 Resources

Showing items tagged with "聚类方法"

The K-means algorithm represents the most fundamental partition-based clustering approach and ranks among the top ten classic data mining algorithms. Its core concept involves clustering data points around k centroids in space, iteratively updating cluster centers until optimal results are achieved. Implementation typically requires specifying the number of clusters (k), initial centroid selection, and distance metric calculation.

MATLAB 261 views Tagged

1. Master different clustering methods - hierarchical-based and partition-based approaches 2. Learn the single-linkage algorithm for hierarchical clustering 3. Learn the K-means algorithm with implementation insights

MATLAB 262 views Tagged

Implementation of Fuzzy C-Means algorithm, a clustering method based on fuzzy mathematics with excellent practical application - featuring membership functions and iterative optimization for soft clustering.

MATLAB 254 views Tagged