Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-cluster | Distribution: openSUSE Leap 15.2 |
Version: 1.4.1.post2 | Vendor: openSUSE |
Release: lp152.1.1 | Build date: Tue Mar 10 00:25:11 2020 |
Group: Development/Languages/Python | Build host: cloud126 |
Size: 127579 | Source RPM: python-cluster-1.4.1.post2-lp152.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/exhuma/python-cluster | |
Summary: Clustering library for python |
The python-cluster package allows you 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.
LGPL-2.0-or-later
* Tue Jul 23 2019 Todd R <toddrme2178@gmail.com> - Update to 1.4.1.post2 * Update changelog. * Removed the Pipfile which was introduced in 1.4.1.post1. The file caused false positives on security checks. Additionally, having a Pipfile is mainly useful in applications, and not in libraries like this one. - Update to 1.4.1.post1 * Update changelog. * Switch doc-building to use pipenv & update Pipfile accordingly. * Wed Jun 20 2018 tchvatal@suse.com - Switch from wheel to normal distri packaging bsc#1094323 * Wed May 16 2018 toddrme2178@gmail.com - Update to 1.4.1 * Added a "display" method to hierarchical clusters (by 1kastner). * issue in multiprocessing code. * Multiprocessing (by loisaidasam) * Python 3 support * Split up one big file into smaller more logical sub-modules * Fixed https://github.com/exhuma/python-cluster/issues/11 * Documentation update. - Implement single-spec version - Switch to wheel-based package * Thu Sep 26 2013 p.drouand@gmail.com - Update to version 1.1.2 + Changelog is not update and don't provide changes - Replace python-distribute with python-setuptools BuildRequires * Thu Jan 03 2013 toddrme2178@gmail.com - Fix builds for SLES 11 * Thu Jan 12 2012 saschpe@suse.de - Spec file cleanup: * Don't rm -rf %buildroot * Fix license, it's LGPL-2.0+ (not BSD) * BuildRequire python-distribute instead of python-setuptools * Some macro cleanup * Tue Jan 10 2012 jweberhofer@weberhofer.at - initial release 1.1.1b3
/usr/lib/python3.6/site-packages/cluster /usr/lib/python3.6/site-packages/cluster-1.4.1.post2-py3.6.egg-info /usr/lib/python3.6/site-packages/cluster-1.4.1.post2-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/cluster-1.4.1.post2-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/cluster-1.4.1.post2-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/cluster-1.4.1.post2-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/cluster/__init__.py /usr/lib/python3.6/site-packages/cluster/__pycache__ /usr/lib/python3.6/site-packages/cluster/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cluster/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/cluster/__pycache__/cluster.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cluster/__pycache__/cluster.cpython-36.pyc /usr/lib/python3.6/site-packages/cluster/__pycache__/linkage.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cluster/__pycache__/linkage.cpython-36.pyc /usr/lib/python3.6/site-packages/cluster/__pycache__/matrix.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cluster/__pycache__/matrix.cpython-36.pyc /usr/lib/python3.6/site-packages/cluster/__pycache__/util.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cluster/__pycache__/util.cpython-36.pyc /usr/lib/python3.6/site-packages/cluster/cluster.py /usr/lib/python3.6/site-packages/cluster/linkage.py /usr/lib/python3.6/site-packages/cluster/matrix.py /usr/lib/python3.6/site-packages/cluster/method /usr/lib/python3.6/site-packages/cluster/method/__init__.py /usr/lib/python3.6/site-packages/cluster/method/__pycache__ /usr/lib/python3.6/site-packages/cluster/method/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cluster/method/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/cluster/method/__pycache__/base.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cluster/method/__pycache__/base.cpython-36.pyc /usr/lib/python3.6/site-packages/cluster/method/__pycache__/hierarchical.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cluster/method/__pycache__/hierarchical.cpython-36.pyc /usr/lib/python3.6/site-packages/cluster/method/__pycache__/kmeans.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cluster/method/__pycache__/kmeans.cpython-36.pyc /usr/lib/python3.6/site-packages/cluster/method/base.py /usr/lib/python3.6/site-packages/cluster/method/hierarchical.py /usr/lib/python3.6/site-packages/cluster/method/kmeans.py /usr/lib/python3.6/site-packages/cluster/util.py /usr/lib/python3.6/site-packages/cluster/version.txt /usr/share/licenses/python3-cluster /usr/share/licenses/python3-cluster/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 11:27:19 2024