What are some common methods of initializing centroids in K-Means clustering?

  • Data Transformation
  • Normalization
  • Principal Component Analysis
  • Random Selection, K-Means++
Common methods for initializing centroids in K-Means include Random Selection and K-Means++. These methods can affect the convergence speed and quality of the final clusters.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *