libhac-java 0.20110510-3 source package in Ubuntu

Changelog

libhac-java (0.20110510-3) unstable; urgency=medium

  * Hope upstream will set release tags
  * debhelper 11
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.2.1
  * Remove trailing whitespace in debian/control
  * Remove trailing whitespace in debian/copyright

 -- Andreas Tille <email address hidden>  Sun, 28 Oct 2018 22:31:03 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhac-java_0.20110510-3.dsc 2.1 KiB 8a4534427c56f121d5f76a481f7679aee44d0757651a0e51d0c68fc221ae168c
libhac-java_0.20110510.orig.tar.xz 7.4 KiB 9d75bf69f2e9ce074c25e97c12dab616098a4e22a1ec56924547ca0bd3114a86
libhac-java_0.20110510-3.debian.tar.xz 2.4 KiB 8e50bb96e315abf7949bf282ccb64bb5ff317f99dd0861e745dab6f0bd5d04c8

Available diffs

No changes file available.

Binary packages built by this source

libhac-java: hierarchical agglomerative clustering

 Hac is a simple library for hierarchical agglomerative clustering. The goal of
 Hac is to be easy to use in any context that might require a hierarchical
 agglomerative clustering approach. You can use Hac by bundling Hac with your
 application, and by implementing two interfaces:
  * Experiment (to tell Hac what to cluster), and
  * DissimilarityMeasure (to tell Hac how to compute the dissimilarity between
    two observations).

libhac-java-doc: API documentation for hierarchical agglomerative clustering

 Hac is a simple library for hierarchical agglomerative clustering. The goal of
 Hac is to be easy to use in any context that might require a hierarchical
 agglomerative clustering approach. You can use Hac by bundling Hac with your
 application, and by implementing two interfaces:
  * Experiment (to tell Hac what to cluster), and
  * DissimilarityMeasure (to tell Hac how to compute the dissimilarity between
    two observations).
 .
 This package contains the API documentation of libhac-java.