Example: air traffic controller
K Means Algorithm
Found 1 free book(s)K-Means Clustering and Related Algorithms - Princeton …
www.cs.princeton.eduPseudocode for K-Means is shown in Algorithm 1. K-means is an iterative algorithm that loops until it converges to a (locally optimal) solution. Within each loop, it makes two kinds of updates: it loops over the responsibility vectors r n and changes them to point to the closest cluster, and it loops over the mean vectors µ k and changes them ...