openbsd-ports/math/p5-Statistics-Contingency/Makefile
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

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>