Skip to content

Commit b232489

Browse files
authored
Merge pull request #2 from ahmad88me/master
pip install commands
2 parents 8c6cf61 + 025e84b commit b232489

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,15 @@ Fuzzy c-means Clustering
33

44
[![Build Status](https://semaphoreci.com/api/v1/ahmad88me/fuzzy-c-means/branches/master/badge.svg)](https://semaphoreci.com/ahmad88me/fuzzy-c-means)
55

6+
## Description
7+
This implementation is based on the paper
8+
**FCM: The fuzzy c-means clustering algorithm**
9+
10+
*James C.Bezdek, Robert Ehrlich, and William Full*
11+
612
## To run the tests
713
`sh tests/run_tests.sh`
14+
15+
## Install via pip
16+
```pip install fuzzycmeans```
17+

0 commit comments

Comments
 (0)