Skip to content

Fuzzy C Mean Clustering on IRIS Dataset implemented in C.

Notifications You must be signed in to change notification settings

JRC1995/Fuzzy-C-Mean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fuzzy C Mean Clustering on IRIS Dataset

This is the Fuzzy C Mean Clustering algorithm implemented in C, and used over IRIS dataset.

Clustering accuracy achieved: 92.67% (approx).

Instead of initializing the membership values (Uij) I initialized the cluster centroids based on the initialization method described here (Even though this paper is discusses a centroid initialization method for K-means algorithm, not Fuzzy-C-Means).

I then calculated the membership values from the cluster centroids following the standard Fuzzy-C-Means equations. The rest of the program follows the standard norms of Fuzzy-C-Means.

Releases

No releases published

Packages

No packages published

Languages