Skip to content

ANIRUDH-333/KMeans_Clustering_Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

KMeans_Clustering_Algorithm

We implemented an interactive KMeans algorithm in Matlab which visually represents the processing and functioning of the algorithm.

KMeans_1D.mlx

Algorith based on 1-Dimensional data A random array will be created with length of your choice and then clustered into 2 clusters using the K-means clustering algorithm

KMeans_Algorithm.mlx

Algorith based on 2-Dimensional data Just run the file to see the interactive graph that shows the movements of displacement of the centroids (or means). You just need to specify the number of clusters, iterations and data points that are generated randomly with a normal distribution.

About

This is a matlab code of K means clustering algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published