How to Install and Uninstall python2-fastcluster Package on openSUSE Leap

Last updated: October 06,2024

1. Install "python2-fastcluster" package

This guide let you learn how to install python2-fastcluster on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-fastcluster

2. Uninstall "python2-fastcluster" package

Please follow the step by step instructions below to uninstall python2-fastcluster on openSUSE Leap:

$ sudo zypper remove python2-fastcluster

3. Information about the python2-fastcluster package on openSUSE Leap

Information for package python2-fastcluster:
--------------------------------------------
Repository : Main Repository
Name : python2-fastcluster
Version : 1.1.26-bp153.1.18
Arch : x86_64
Vendor : openSUSE
Installed Size : 142,2 KiB
Installed : No
Status : not installed
Source package : python-fastcluster-1.1.26-bp153.1.18.src
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.