| Paketname | python-cluster |
| Beschreibung | allows grouping a list of arbitrary objects into related groups (clusters) |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 1.1.1b3-1 |
| Sektion | python |
| Priorität | optional |
| Installierte Größe | 88 Byte |
| Hängt ab von | python-support (>= 0.7.1) |
| Empfohlene Pakete | |
| Paketbetreuer | Debian Python Modules Team |
| Quelle | |
| Paketgröße | 10768 Byte |
| Prüfsumme MD5 | 733a12c8cf1c64885e298c7c0cd3f058 |
| Prüfsumme SHA1 | fb21b46edae94d7121e1c59402e9b2360678c508 |
| Prüfsumme SHA256 | e5d44d7cce1cc186d49e3074c762c6e7c40e6166103a18de4d261e1a26dd3211 |
| Link zum Herunterladen | python-cluster_1.1.1b3-1_all.deb |
| Ausführliche Beschreibung | 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.
|