Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 446 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 446 Bytes

fuzzy-c-means

Fuzzy c-means Clustering

Build Status

Description

This implementation is based on the paper FCM: The fuzzy c-means clustering algorithm

James C.Bezdek, Robert Ehrlich, and William Full

To run the tests

sh tests/run_tests.sh

Install via pip

pip install fuzzycmeans