Pakket: python-cluster (1.1.1b3-1) [universe]
Verwijzigingen voor python-cluster
Ubuntu bronnen:
Het bronpakket python-cluster downloaden:
- [python-cluster_1.1.1b3-1.dsc]
- [python-cluster_1.1.1b3.orig.tar.gz]
- [python-cluster_1.1.1b3-1.diff.gz]
Beheerder:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainers (usually from Debian):
- Debian Python Modules Team (Mailarchief)
- Luciano Bello
It should generally not be necessary for users to contact the original maintainer.
Externe bronnen:
- Homepage [python-cluster.sourceforge.net]
Vergelijkbare pakketten:
allows grouping a list of arbitrary objects into related groups (clusters)
python-cluster is a "simple" package that allows 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.
Andere aan python-cluster gerelateerde pakketten
|
|
|
-
- dep: python-support (>= 0.7.1)
- automated rebuilding support for Python modules