Date: Wed, 13 Jul 2016 16:57:52 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211052] [NEW PORT] devel/py-cluster: Create several groups (clusters) of objects from a list in Python Message-ID: <bug-211052-13-PDCnAYkRDz@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211052-13@https.bugs.freebsd.org/bugzilla/> References: <bug-211052-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211052 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: pi Date: Wed Jul 13 16:57:15 UTC 2016 New revision: 418492 URL: https://svnweb.freebsd.org/changeset/ports/418492 Log: 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> Changes: head/devel/Makefile head/devel/py-cluster/ head/devel/py-cluster/Makefile head/devel/py-cluster/distinfo head/devel/py-cluster/pkg-descr --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211052-13-PDCnAYkRDz>