diff options
author | Marco Bonetti <sid77@slackware.it> | 2010-05-12 23:31:14 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:31:14 +0200 |
commit | c283baa609e90b05891f69ab19462634616b9ef2 (patch) | |
tree | 47e31f3f078e7c8cef237f49a4b22748932cfe58 /libraries/python-cluster/README | |
parent | 6e50b05af99a1b7c7d0e247250fbb733abd30813 (diff) |
libraries/python-cluster: Added to 12.2 repository
Diffstat (limited to 'libraries/python-cluster/README')
-rw-r--r-- | libraries/python-cluster/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/python-cluster/README b/libraries/python-cluster/README new file mode 100644 index 0000000000000..a074818a16f92 --- /dev/null +++ b/libraries/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. |