File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 11DESCRIPTION
22===========
33
4+ .. image :: https://readthedocs.org/projects/python-cluster/badge/?version=latest
5+ :target: https://readthedocs.org/projects/python-cluster/?badge=latest
6+ :alt: Documentation Status
7+
48python-cluster is a "simple" package that allows to create several groups
59(clusters) of objects from a list. It's meant to be flexible and able to
610cluster any object. To ensure this kind of flexibility, you need not only to
@@ -44,3 +48,8 @@ For K-Means clustering it would look like this::
4448 >>> clusters = cl.getclusters(2)
4549
4650The parameter passed to getclusters is the count of clusters generated.
51+
52+
53+ .. image :: https://readthedocs.org/projects/python-cluster/badge/?version=latest
54+ :target: https://readthedocs.org/projects/python-cluster/?badge=latest
55+ :alt: Documentation Status
You can’t perform that action at this time.
0 commit comments