b63f1e0e91
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.
12 lines
309 B
Makefile
12 lines
309 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/05/19 11:47:15 obache Exp $
|
|
|
|
BUILDLINK_TREE+= TinySVM
|
|
|
|
.if !defined(TINYSVM_BUILDLINK3_MK)
|
|
TINYSVM_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.TinySVM+= TinySVM>=0.09
|
|
BUILDLINK_PKGSRCDIR.TinySVM?= ../../math/TinySVM
|
|
.endif # TINYSVM_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -TinySVM
|