summaryrefslogtreecommitdiffstats
path: root/python/python2-cluster/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python2-cluster/README')
-rw-r--r--python/python2-cluster/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python2-cluster/README b/python/python2-cluster/README
new file mode 100644
index 0000000000..a78c8a7d7c
--- /dev/null
+++ b/python/python2-cluster/README
@@ -0,0 +1,4 @@
+python-cluster is a package that allows grouping a list of arbitrary
+objects into related groups (clusters). Simply give it a list of data
+and a function to determine the similarity between two items and you're
+done.