pkgsrc-wip/TinySVM/PLIST
OBATA Akio 14bdb84ef1 TinySVM is an implementation of Support Vector Machines (SVMs) [Vapnik 95],
[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.
2008-01-23 07:34:37 +00:00

17 lines
419 B
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2008/01/23 07:34:37 obache Exp $
bin/svm_classify
bin/svm_learn
bin/svm_model
include/TinySVM/base_example.h
include/TinySVM/classifier.h
include/TinySVM/example.h
include/TinySVM/kernel.h
include/TinySVM/misc.h
include/TinySVM/model.h
include/TinySVM/param.h
include/tinysvm.h
lib/libtinysvm.la
man/man1/svm_classify.1
man/man1/svm_learn.1
man/man1/svm_model.1
@dirrm include/TinySVM