From b7c28a1972b5126ca59419054b2674bfec64a4a2 Mon Sep 17 00:00:00 2001 From: Dave Woodfall Date: Mon, 3 May 2021 06:48:50 +0100 Subject: python/python-cluster: Renamed python2-cluster. Signed-off-by: Dave Woodfall --- python/python2-cluster/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/python2-cluster/README (limited to 'python/python2-cluster/README') 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. -- cgit v1.2.3