How to Install and Uninstall python310-fastcluster Package on openSuSE Tumbleweed

Last updated: September 21,2024

1. Install "python310-fastcluster" package

Please follow the guidance below to install python310-fastcluster on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-fastcluster

2. Uninstall "python310-fastcluster" package

Please follow the instructions below to uninstall python310-fastcluster on openSuSE Tumbleweed:

$ sudo zypper remove python310-fastcluster

3. Information about the python310-fastcluster package on openSuSE Tumbleweed

Information for package python310-fastcluster:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-fastcluster
Version : 1.2.6-1.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 136.0 KiB
Installed : No
Status : not installed
Source package : python-fastcluster-1.2.6-1.8.src
Upstream URL : https://github.com/dmuellner/fastcluster
Summary : Hierarchical clustering routines for Python
Description :
This library provides Python functions for hierarchical clustering.
It generates hierarchical clusters from distance matrices or from
vector data.
Part of this module is intended to replace the functions
linkage, single, complete, average, weighted, centroid, median, ward
in the module scipy.cluster.hierarchy with the same functionality but
much faster algorithms. Moreover, the function 'linkage_vector'
provides memory-efficient clustering for vector data.
The interface is very similar to MATLAB's Statistics Toolbox API to
make code easier to port from MATLAB to Python/Numpy. The core
implementation of this library is in C++ for efficiency.