aboutsummaryrefslogtreecommitdiff
path: root/devel/py-cluster/pkg-descr
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-07-13 16:57:14 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-07-13 16:57:14 +0000
commitbf4790692a7c8df131eeba772b4b8644bbbc15ea (patch)
treeb7004f96686c6ab6a5f28dbde9d7b39316ff3d23 /devel/py-cluster/pkg-descr
parent04cae8fb6d26a4135b773e569f90418abdf87f09 (diff)
downloadports-bf4790692a7c8df131eeba772b4b8644bbbc15ea.tar.gz
ports-bf4790692a7c8df131eeba772b4b8644bbbc15ea.zip
New port: devel/py-cluster
Python-cluster is a simple package that allows to create several groups (clusters) of objects from a list. It's meant to be flexible and able to cluster any object. To ensure this kind of flexibility, you need not only to supply the list of objects, but also a function that calculates the similarity between two of those objects. For simple datatypes, like integers, this can be as simple as a subtraction, but more complex calculations are possible. WWW: https://pypi.python.org/pypi/cluster PR: 211052 Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
Notes
Notes: svn path=/head/; revision=418492
Diffstat (limited to 'devel/py-cluster/pkg-descr')
-rw-r--r--devel/py-cluster/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/py-cluster/pkg-descr b/devel/py-cluster/pkg-descr
new file mode 100644
index 000000000000..23c22aa27b2f
--- /dev/null
+++ b/devel/py-cluster/pkg-descr
@@ -0,0 +1,9 @@
+Python-cluster is a simple package that allows to create several
+groups (clusters) of objects from a list. It's meant to be flexible
+and able to cluster any object. To ensure this kind of flexibility,
+you need not only to supply the list of objects, but also a function
+that calculates the similarity between two of those objects.
+For simple datatypes, like integers, this can be as simple as a
+subtraction, but more complex calculations are possible.
+
+WWW: https://pypi.python.org/pypi/cluster