Skip to content

AnanyaKirti/Fuzzy-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuzzy - C means

This is a fuzzy-c means clustering algorithm.

Usage

Run the fuzzy_c.py, and pass the name of the data set in as an argument. The file should be formatted properly with a delimiter seperating the dimensions, and each point must be on one line.

The main file is "fuzzy_c.py" it is the basic implementation of the algorithm. The fuzzy_c_iris.txt is an implementation of the algorithm on the iris data set (from UCI). and it's accuracy is being printed. The fuzzy_c_animation is a simple graphic of how the clusters are being formed.

About

Implementation of the Fuzzy C means method in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages