python-cluster 1.1.1b3-1 source package in Ubuntu

Changelog

python-cluster (1.1.1b3-1) unstable; urgency=low

  * Initial release (Closes: #483458)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  09 Jun 2008 08:54:38 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Intrepid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe python
Precise release universe python

Builds

Intrepid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-cluster_1.1.1b3.orig.tar.gz 37.5 KiB f04d5ed367f9abcc169aac814480aca286548b694b9b5dd1414a055ba775ff22
python-cluster_1.1.1b3-1.diff.gz 1.8 KiB 28f49e2db6d2066eb2585b0c96c8184ca19e881a6827523652b47c495f3aa48b
python-cluster_1.1.1b3-1.dsc 1.2 KiB 77445def1d4c7297430a0f2919e55275851ded184cc77ed0ef116c05e2784cb7

View changes file

Binary packages built by this source

python-cluster: allows grouping a list of arbitrary objects into related groups (clusters)

 python-cluster is a "simple" package that allows users 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. Right
 now, it is possible to generate the clusters using a hierarchical clustering
 and the popular K-Means algorithm. For the hierarchical algorithm there are
 different "linkage" (single, complete, average and uclus) methods available.