How to Install and Uninstall libghc-hierarchical-clustering-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "libghc-hierarchical-clustering-dev" package

Please follow the guidelines below to install libghc-hierarchical-clustering-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-hierarchical-clustering-dev

2. Uninstall "libghc-hierarchical-clustering-dev" package

This guide covers the steps necessary to uninstall libghc-hierarchical-clustering-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-hierarchical-clustering-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-hierarchical-clustering-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-hierarchical-clustering-dev
Priority: extra
Section: universe/haskell
Installed-Size: 575
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-hierarchical-clustering
Version: 0.4.6-1
Provides: libghc-hierarchical-clustering-dev-0.4.6-b8c18
Depends: libghc-array-dev-0.5.1.0-960bf, libghc-base-dev-4.8.2.0-0d6d1, libghc-containers-dev-0.5.6.2-59326, libc6 (>= 2.2.5)
Suggests: libghc-hierarchical-clustering-doc, libghc-hierarchical-clustering-prof
Filename: pool/universe/h/haskell-hierarchical-clustering/libghc-hierarchical-clustering-dev_0.4.6-1_amd64.deb
Size: 72222
MD5sum: 1dc53b46d43b705d896e80db8ba05a76
SHA1: b7690cba60f989ce367c8f6bfcef0d0bf4a17b68
SHA256: 8cf872b40af0b98863126852d1e4ac6a9d4b37c64913627909731edecf562287
Description-en: Fast algorithms for single, average/UPGMA and complete linkage clustering.
This package provides a function to create a dendrogram from a
list of items and a distance function between them. Initially
a singleton cluster is created for each item, and then new,
bigger clusters are created by merging the two clusters with
least distance between them. The distance between two clusters
is calculated according to the linkage type. The dendrogram
represents not only the clusters but also the order on which
they were created.
.
This package has many implementations with different
performance characteristics. There are SLINK and CLINK
algorithm implementations that are optimal in both space and
time. There are also naive implementations using a distance
matrix. Using the dendrogram function from
Data.Clustering.Hierarchical automatically chooses the best
implementation we have.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 99bfa61325c654f5256a18718ba1ce1a
Homepage: http://hackage.haskell.org/package/hierarchical-clustering
Ghc-Package: hierarchical-clustering-0.4.6-b8c1888a7ef32ece67dbf2cb2bc73183
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu