Our websites use cookies. By continuing, you agree to their use. See details
K-Means Clustering Algorithm | Portfolium
K-Means Clustering Algorithm
favorite 0
visibility 224
December 10, 2015 in Coding
2D Points
1 / 2
Using principles of object oriented design, an iterative k-means clustering algorithm was written to cluster data into similar groups, based on their mean. In the case of this algorithm, the euclidian distance between points in space is used. The user chooses a 'k', which is the number of clusters, or groups, to separate the data into. Using this parameter, the program reads a file of points and iteratively groups them into the 'k' different clusters, until a threshold is reached. GitHub Repository for K-Means Algorithm
© 2025 • All content within this project is strictly the property of Adam Woodman and is not for public use without permission. Report Abuse

Comments

Adam Woodman
Mechanical Engineering (Thermal Sciences) at University of Colorado - Denver
Adam Woodman

4 Skills

6 Tags