d95eb12e0d
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.
20 lines
371 B
Makefile
Executable File
20 lines
371 B
Makefile
Executable File
# $OpenBSD $
|
|
|
|
COMMENT= calculate precision, recall, F1, accuracy, etc
|
|
DISTNAME= Statistics-Contingency-0.08
|
|
CATEGORIES= math
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
RUN_DEPENDS= :p5-Params-Validate->=0.23:devel/p5-Params-Validate
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|