pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/svmlin
Module Name: pkgsrc
Committed By: cheusov
Date: Sat Jul 30 15:13:58 UTC 2016
Added Files:
pkgsrc/math/svmlin: DESCR Makefile PLIST distinfo
pkgsrc/math/svmlin/files: mkc_makefile
Log Message:
Import svmlin, semi-supervised machine learning tool
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/svmlin/DESCR pkgsrc/math/svmlin/Makefile \
pkgsrc/math/svmlin/PLIST pkgsrc/math/svmlin/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/math/svmlin/files/mkc_makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/math/svmlin/DESCR
diff -u /dev/null pkgsrc/math/svmlin/DESCR:1.1
--- /dev/null Sat Jul 30 15:13:58 2016
+++ pkgsrc/math/svmlin/DESCR Sat Jul 30 15:13:57 2016
@@ -0,0 +1,15 @@
+SVMlin is software package for linear SVMs. It is well-suited to
+classification problems involving a large number of examples and features.
+It is primarily written for sparse datasets.
+
+SVMlin can also utilize unlabeled data, in addition to labeled examples.
+It currently implements two extensions of standard SVMs to incorporate
+unlabeled examples.
+
+SVMlin implements the following algorithms:
+ - Fully supervised [using only labeled examples]
+ * Linear Regularized Least Squares (RLS) Classification
+ * Modified Finite Newton Linear L2-SVMs
+ - Semi-supervised [can use unlabeled data as well]
+ * Linear Transductive L2-SVMs with multiple switchings
+ * Deterministic Annealing (DA) for Semi-supervised Linear L2-SVMs
Index: pkgsrc/math/svmlin/Makefile
diff -u /dev/null pkgsrc/math/svmlin/Makefile:1.1
--- /dev/null Sat Jul 30 15:13:58 2016
+++ pkgsrc/math/svmlin/Makefile Sat Jul 30 15:13:57 2016
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2016/07/30 15:13:57 cheusov Exp $
+
+DISTNAME= svmlin-v1.0
+PKGNAME= ${DISTNAME:S/-v/-/}
+CATEGORIES= math
+MASTER_SITES= http://vikas.sindhwani.org/
+
+MAINTAINER= cheusov%NetBSD.org@localhost
+HOMEPAGE= http://vikas.sindhwani.org/
+COMMENT= Fast Linear SVM Solvers for Supervised and Semi-supervised Learning
+LICENSE= gnu-gpl-v2
+
+USE_LANGUAGES= c++
+
+post-extract:
+ cp "${FILESDIR}/mkc_makefile" "${WRKSRC}"/Makefile
+
+.include "../../devel/mk-configure/mk-c.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/svmlin/PLIST
diff -u /dev/null pkgsrc/math/svmlin/PLIST:1.1
--- /dev/null Sat Jul 30 15:13:58 2016
+++ pkgsrc/math/svmlin/PLIST Sat Jul 30 15:13:57 2016
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2016/07/30 15:13:57 cheusov Exp $
+bin/svmlin
Index: pkgsrc/math/svmlin/distinfo
diff -u /dev/null pkgsrc/math/svmlin/distinfo:1.1
--- /dev/null Sat Jul 30 15:13:58 2016
+++ pkgsrc/math/svmlin/distinfo Sat Jul 30 15:13:57 2016
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/07/30 15:13:57 cheusov Exp $
+
+SHA1 (svmlin-v1.0.tar.gz) = 9032ee31d942ee85650c8b3ae43e8ab3a6486791
+RMD160 (svmlin-v1.0.tar.gz) = 730132b7c06e67436222abf88935570d9e425e7f
+SHA512 (svmlin-v1.0.tar.gz) = f2438714924dd93ad2de8be71397800838d77044624263c26903faa9bd18dbe657a2d3e600016df8b5ee1f7daee11dd0b38b06b6e921ab03511fd89f4a268b32
+Size (svmlin-v1.0.tar.gz) = 1068173 bytes
Index: pkgsrc/math/svmlin/files/mkc_makefile
diff -u /dev/null pkgsrc/math/svmlin/files/mkc_makefile:1.1
--- /dev/null Sat Jul 30 15:13:58 2016
+++ pkgsrc/math/svmlin/files/mkc_makefile Sat Jul 30 15:13:58 2016
@@ -0,0 +1,4 @@
+PROG = svmlin
+SRCS = svmlin.cpp ssl.cpp
+
+.include <mkc.mk>
Home |
Main Index |
Thread Index |
Old Index