import herisvm-0.7.0
herisvm project is a collection of simple tools implementing evaluation algorithms for classification (machine learning). In particular heri-eval implements N-fold cross-validation where training and testing is run in parallel. This may be useful if you use multi-CPU computer.
This commit is contained in:
parent
c1c9c9baf8
commit
25f265e1a9
4 changed files with 48 additions and 0 deletions
5
math/herisvm/DESCR
Normal file
5
math/herisvm/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
herisvm project is a collection of simple tools implementing
|
||||||
|
evaluation algorithms for classification (machine learning).
|
||||||
|
In particular heri-eval implements N-fold cross-validation
|
||||||
|
where training and testing is run in parallel.
|
||||||
|
This may be useful if you use multi-CPU computer.
|
26
math/herisvm/Makefile
Normal file
26
math/herisvm/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1 2016/07/25 09:18:51 cheusov Exp $
|
||||||
|
|
||||||
|
DISTNAME= herisvm-0.7.0
|
||||||
|
CATEGORIES= math
|
||||||
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=cheusov/}
|
||||||
|
|
||||||
|
MAINTAINER= cheusov@NetBSD.org
|
||||||
|
HOMEPAGE= https://github.com/cheusov/herisvm
|
||||||
|
COMMENT= svm-train wrapper running cross-validation in parallel
|
||||||
|
LICENSE= mit
|
||||||
|
|
||||||
|
DEPENDS+= ${RUBY_BASE}-[0-9]*:${RUBY_SRCDIR}
|
||||||
|
USE_TOOLS+= pod2man bash
|
||||||
|
|
||||||
|
SUBST_CLASSES+= ruby
|
||||||
|
SUBST_STAGE.ruby= pre-configure
|
||||||
|
SUBST_FILES.ruby= scripts/*
|
||||||
|
SUBST_SED.ruby+= -e 's|/.*ruby|${PREFIX}/bin/${RUBY_NAME}|g'
|
||||||
|
SUBST_MESSAGE.ruby= Fixing ruby interpreter name.
|
||||||
|
|
||||||
|
REPLACE_BASH= scripts/*
|
||||||
|
|
||||||
|
.include "../../lang/ruby/replace.mk"
|
||||||
|
.include "../../lang/ruby/rubyversion.mk"
|
||||||
|
.include "../../devel/mk-configure/mk-c.mk"
|
||||||
|
.include "../../mk/bsd.pkg.mk"
|
12
math/herisvm/PLIST
Normal file
12
math/herisvm/PLIST
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
@comment $NetBSD: PLIST,v 1.1 2016/07/25 09:18:51 cheusov Exp $
|
||||||
|
bin/heri-eval
|
||||||
|
bin/heri-split
|
||||||
|
bin/heri-stat
|
||||||
|
bin/heri-stat-addons
|
||||||
|
man/man1/heri-eval.1
|
||||||
|
man/man1/heri-split.1
|
||||||
|
man/man1/heri-stat.1
|
||||||
|
share/doc/herisvm/LICENSE
|
||||||
|
share/doc/herisvm/NEWS
|
||||||
|
share/doc/herisvm/README
|
||||||
|
share/doc/herisvm/TODO
|
5
math/herisvm/distinfo
Normal file
5
math/herisvm/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
$NetBSD: distinfo,v 1.1 2016/07/25 09:18:51 cheusov Exp $
|
||||||
|
|
||||||
|
SHA1 (herisvm-0.7.0.tar.gz) = d006fdb0298831c2f38bb62ffea453514bb4fcdf
|
||||||
|
RMD160 (herisvm-0.7.0.tar.gz) = e40abf3d4b7b03c8f20572f83cf26bde1fabe5ef
|
||||||
|
Size (herisvm-0.7.0.tar.gz) = 14700 bytes
|
Loading…
Reference in a new issue