summaryrefslogtreecommitdiffstats
path: root/python/python-cluster/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-cluster/README')
-rw-r--r--python/python-cluster/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-cluster/README b/python/python-cluster/README
new file mode 100644
index 0000000000..a074818a16
--- /dev/null
+++ b/python/python-cluster/README
@@ -0,0 +1,3 @@
+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.