DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-cluster
Beschreibungallows grouping a list of arbitrary objects into related groups (clusters)
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.1.1b3-1
Sektionuniverse/python
Prioritätoptional
Installierte Größe88 Byte
Hängt ab vonpython-support (>= 0.7.1)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße10726 Byte
Prüfsumme MD5779154428bbcf18348cf2d18707fda0b
Prüfsumme SHA148118e4a348e428b384bc8de76da901a9cc68f36
Prüfsumme SHA256ce54614eb3ce976e3c68fcdf56513001c209c20941153a8bf22972ee3d0d44dd
Link zum Herunterladenpython-cluster_1.1.1b3-1_all.deb
Ausführliche Beschreibungpython-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.


Impressum
Linux is a registered trademark of Linus Torvalds