summaryrefslogtreecommitdiff
blob: 611f8c440f1b5cafef2e2135f70b525d8aec90d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>sci@gentoo.org</email>
		<name>Gentoo Science Project</name>
	</maintainer>
	<longdescription lang="en">This library provides Python functions for agglomerative
		clustering. Its features include
		* generating hierarchical clusters from distance matrices
		* computing distance matrices from observation vectors
		* computing statistics on clusters
		* cutting linkages to generate flat clusters
		* and visualizing clusters with dendrograms.
		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.
	</longdescription>
	<upstream>
		<remote-id type="google-code">scipy-cluster</remote-id>
		<remote-id type="pypi">hcluster</remote-id>
	</upstream>
</pkgmetadata>