Abstract

In order to solve the problem of poor clustering effect of K-means algorithm when dealing with massive high-dimensional data on Hadoop platform, and the existing improved algorithm is not conducive to parallelization. An improved K-means algorithm based on Hash is proposed on Hadoop platform. Firstly, the massive high-dimensional data is mapped to a compressed identification space, and then the clustering relationship is mined, and the initial clustering center is selected to avoid the sensitivity of the traditional K-means algorithm to randomly select the initial clustering center, and reduced the number of iterations of the K-means algorithm. Secondly, the overall parallelization of the algorithm is implemented in the framework of Map Reduce, and the degree of parallelization and execution efficiency is enhanced through the mechanisms of partition and combine. Finally, the experiments show that the algorithm not only improves the accuracy and stability of clustering, but also has a good processing speed.

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.