freebsd-ports/math/py-fastcluster/pkg-descr
Sunpoet Po-Chuan Hsieh e94de26b97 Update to 1.1.24
- Update COMMENT
- Add LICENSE_FILE
- Add missing OPTIONS_DEFINE=DOCS
- Strip shared library
- Convert to options target helper
- Add PyPI and GitHub repository to WWW
- Take maintainership

Changes:	https://github.com/dmuellner/fastcluster
		https://github.com/dmuellner/fastcluster/blob/master/NEWS.txt
2018-02-25 05:33:33 +00:00

16 lines
786 B
Text

This library 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
WWW: https://pypi.python.org/pypi/fastcluster
WWW: https://github.com/dmuellner/fastcluster