Introduction - If you have any usage issues, please Google them yourself
The clustering algorithm is given to a large number of original data, and then the data with similar features are gathered into a class by algorithm.
The K-means clustering here is to give the number of classes contained in the original data in advance, and then gather the data with similar features into a class.