Commit graph

4 commits

Author SHA1 Message Date
Tobias C. Berner
0d885880fe Update to 1.1.23
PR:		219354
Submitted by:	xmj
Approved by:	xmj (maintainer)
2017-06-03 13:55:21 +00:00
Dmitry Marakasov
1c96ea5d4a - Update to 1.1.21
- Allow concurrent installs (fix docdir)

PR:		212213
Submitted by:	xmj@FreeBSD.org
Approved by:	maintainer timeout (johannes@perceivon.net, 6 weeks)
2017-02-01 11:31:45 +00:00
Dmitry Marakasov
4c7c224dfb - Update to 1.1.20
PR:		209623
Submitted by:	xmj (maintainer)
2016-05-24 00:50:47 +00:00
William Grzybowski
6afaa267f3 math/py-fastcluster: Python functions for hierarchical clustering
Fastcluster provides Python functions for hierarchical clustering. It generates
hierarchical clusters from distance matrices or from vector data.

Part of this module is intended to replace the functions
    linkage, single, complete, average, weighted, centroid, median, ward
in the module scipy.cluster.hierarchy with the same functionality but much
faster algorithms. Moreover, the function 'linkage_vector' provides
memory-efficient clustering for vector data.

The interface is very similar to MATLAB's Statistics Toolbox API to make code
easier to port from MATLAB to Python/Numpy. The core implementation of this
library is in C++ for efficiency.

WWW: http://danifold.net/fastcluster.html

PR:		ports/184931
Submitted by:	Johannes Jost Meixner <xmj chaot.net>
2013-12-18 11:12:40 +00:00