openbsd-ports/math/p5-Statistics-Contingency/pkg/DESCR
jasper d95eb12e0d import p5-Statistics-Contingency 0.08
The Statistics::Contingency class helps you calculate several useful
statistical measures based on 2x2 "contingency tables". These can be
used for measures to help judge the results of automatic text
categorization experiments, but they are useful in other situations
as well.
2009-03-31 16:41:19 +00:00

12 lines
615 B
Plaintext
Executable File

The Statistics::Contingency class helps you calculate several useful
statistical measures based on 2x2 "contingency tables". These can be
used for 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.