14bdb84ef1
[Vapnik 98] for the problem of pattern recognition. Support Vector Machines is a new generation learning algorithms based on recent advances in statistical learning theory, and applied to large number of real-world applications, such as text categorization, hand-written character recognition.
20 lines
441 B
Makefile
20 lines
441 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/01/23 07:34:37 obache Exp $
|
|
#
|
|
|
|
DISTNAME= TinySVM-0.09
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.chasen.org/~taku/software/TinySVM/src/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://www.chasen.org/~taku/software/TinySVM/
|
|
COMMENT= Tiny Support Vector Machines
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|