Introduction - If you have any usage issues, please Google them yourself
Algorithm description: K mean algorithm: the number K of a given class, the N objects are divided into K classes, so that the similarity between the objects in the class is the largest, while the similarity between the classes is the smallest.