r-cran-fastcluster 1.1.25-2build1 source package in Ubuntu

Changelog

r-cran-fastcluster (1.1.25-2build1) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:44:02 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian R Packages Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
r-cran-fastcluster_1.1.25.orig.tar.gz 184.3 KiB f3661def975802f3dd3cec5b2a1379f3707eacff945cf448e33aec0da1ed4205
r-cran-fastcluster_1.1.25-2build1.debian.tar.xz 4.2 KiB 05b9d8eb3fbb01ce01dbd8af3fb9d3c785d0246d7fd1fe2533d82e86d1bc2ae3
r-cran-fastcluster_1.1.25-2build1.dsc 2.4 KiB 914cf27cabbd1bcf9c2b8c18919e459628524e1cc8e2992fccf44d2e54316593

View changes file

Binary packages built by this source

python-fastcluster: No summary available for python-fastcluster in ubuntu focal.

No description available for python-fastcluster in ubuntu focal.

python-fastcluster-dbgsym: No summary available for python-fastcluster-dbgsym in ubuntu focal.

No description available for python-fastcluster-dbgsym in ubuntu focal.

python3-fastcluster: Fast hierarchical clustering routines for Python 3

 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.
 .
 This package provides the package's Python 3 interface.

python3-fastcluster-dbgsym: debug symbols for python3-fastcluster
r-cran-fastcluster: Fast hierarchical clustering routines for GNU R

 Fastcluster implements fast hierarchical, agglomerative clustering
 routines. Part of the functionality is designed as drop-in replacement
 for existing routines: “linkage” in the SciPy package
 “scipy.cluster.hierarchy”, “hclust” in R's “stats” package, and the
 “flashClust” package. It provides the same functionality with the
 benefit of a much faster implementation. Moreover, there are
 memory-saving routines for clustering of vector data, which go beyond
 what the existing packages provide. For information on how to install
 the Python files, see the file INSTALL in the source distribution.

r-cran-fastcluster-dbgsym: debug symbols for r-cran-fastcluster