diff options
Diffstat (limited to 'dev-python/hcluster/metadata.xml')
-rw-r--r-- | dev-python/hcluster/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/hcluster/metadata.xml b/dev-python/hcluster/metadata.xml new file mode 100644 index 000000000000..00af651902b7 --- /dev/null +++ b/dev-python/hcluster/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> + <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> + </upstream> +</pkgmetadata> |