Skip to content

Commit 025e84b

Browse files
committed
update readme
1 parent 66a61e8 commit 025e84b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ Fuzzy c-means Clustering
55

66
## Description
77
This implementation is based on the paper
8-
*FCM: The fuzzy c-means clustering algorithm*
9-
by: James C.Bezdek, Robert Ehrlich, and William Full
8+
**FCM: The fuzzy c-means clustering algorithm**
9+
10+
*James C.Bezdek, Robert Ehrlich, and William Full*
1011

1112
## To run the tests
1213
`sh tests/run_tests.sh`
1314

15+
## Install via pip
16+
```pip install fuzzycmeans```
17+

0 commit comments

Comments
 (0)