Linux SoftwareProgrammingLibrariesStatistics::Contingency 0.06

Statistics::Contingency 0.06


Statistics::Contingency is a Perl module to calculate precision, recall, F1, accuracy, etc. SYNOPSIS use Statistics::Contingen
Developer:   Ken Williams
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   7K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


Statistics::Contingency is a Perl module to calculate precision, recall, F1, accuracy, etc.

SYNOPSIS

use Statistics::Contingency;
my $s = new Statistics::Contingency(categories => @all_categories);

while (...something...) {
...
$s->add_result($assigned_categories, $correct_categories);
}

print "Micro F1: ", $s->micro_F1, "n"; # Access a single statistic
print $s->stats_table; # Show several stats in table form

The Statistics::Contingency class helps you calculate several useful statistical measures based on 2x2 "contingency tables". I use these measures to 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.

Requirements:
  • Perl
    tags statistics contingency  the statistics  precision recall  

    Download Statistics::Contingency 0.06


     http://mirrors.evolva.ro/CPAN/authors/id/K/KW/KWILLIAMS/Statistics-Contingency-0.06.tar.gz


    Authors software

    Math::BaseCalc 1.011 (by Ken Williams)
    Math::BaseCalc is a Perl module that can convert numbers between various bases.

    SYNOPSIS

    use Math::BaseCalc;

    my $calc =

    Statistics::Contingency 0.06 (by Ken Williams)
    Statistics::Contingency is a Perl module to calculate precision, recall, F1, accuracy, etc.

    SYNOPSIS

    use Statistics::Contingen

    Module::Build 0.2805 (by Ken Williams)
    Module::Build is a Perl module for build and install Perl modules.

    SYNOPSIS

    Standard process for building & installing modules:

    ExtUtils::CBuilder 0.18 (by Ken Williams)
    ExtUtils::CBuilder is a Perl module to compile and link C code for Perl modules.

    SYNOPSIS

    use ExtUtils::CBuilder;

    my $b

    Class::Container 0.12 (by Ken Williams)
    Class::Container is a Perl module with Glues object frameworks together transparently.

    SYNOPSIS

    package Car;
    use Class::Cont


    Similar software

    Statistics::Contingency 0.06 (by Ken Williams)
    Statistics::Contingency is a Perl module to calculate precision, recall, F1, accuracy, etc.

    SYNOPSIS

    use Statistics::Contingen

    Single Marker Association 2.0 (by Thomas Mailund)
    Single Marker Association is a simple tool that calculates the single marker association between individual SNP markers and a case/co

    Template::Tutorial 2.15 (by Andy Wardley)
    Template::Tutorial are template toolkit tutorials.

    This section includes tutorials on using the Template Toolkit

    Text::NSP::Measures 1.03 (by Text::NSP::Measures Team)
    Text::NSP::Measures is a Perl module for computing association scores of Ngrams

    Text::NSP::Measures::2D 1.01 (by Text::NSP::Measures::2D Team)
    Text::NSP::Measures::2D is a Perl module that provides basic framework for building measure of association for bigrams.

    SYNOPSIS

    Text::NSP::Measures::3D 1.01 (by Text::NSP::Measures::3D Team)
    Text::NSP::Measures::3D is a Perl module that provides basic framework for building measure of association for trigrams.

    This modu

    PipeBandwidth 0.1 (by robzon)
    PipeBandwidth is a program that measures the speed at which data goes through a pipe and prints statistics to stderr.

    Basically, it

    Fcc 1.33 (by Wagner Stefan)
    Fcc is a console program to store results of the German Bundesliga and view the table of standings, and some statistics

    Statistics::Candidates 0.9 (by Hugo WL ter Doest)
    Candidates is a Perl5 module for manipulating candidate features (help module for Statistics::MaxEntropy).

    SYNOPSIS

    use Stati

    Baseball Statbook 0.9.2 (by Pachyderm Software)
    Baseball Statbook allows you to keep track of baseball or softball statistics


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags