libstatistics-contingency-perl 0.09-2 source package in Ubuntu

Changelog

libstatistics-contingency-perl (0.09-2) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Tue, 13 Dec 2022 01:51:05 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libstatistics-contingency-perl_0.09-2.dsc 2.2 KiB c57cec043b4fe47d12f7b924b716e42035d2d0e57baf9f6258498ee9f4c232d1
libstatistics-contingency-perl_0.09.orig.tar.gz 14.9 KiB 4b50621c4974937564ce76b523e9073db50e67de6f5bfae92f088b3ae22975bf
libstatistics-contingency-perl_0.09-2.debian.tar.xz 1.9 KiB a633d434c0612a734eeeea59d2561064365b69f30a2576862252af381c061967

Available diffs

No changes file available.

Binary packages built by this source

libstatistics-contingency-perl: module to calculate precision, recall, F1, accuracy, etc.

 The Statistics::Contingency class helps you calculate several useful
 statistical measures based on 2x2 "contingency tables". These measures
 can help judge the results of automatic text categorization experiments, but
 they are useful in other situations as well.
 .
 The general usage flow is to tally a whole bunch of results in the
 Statistics::Contingency object, then query that object to obtain the measures
 you are interested in. When all results have been collected, you can get a
 report on accuracy, precision, recall, F1, and so on, with both
 macro-averaging and micro-averaging over categories.