[libocas] 08/60: Added man page for linclass

Christian Kastner chrisk-guest at moszumanska.debian.org
Mon Aug 25 03:34:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

chrisk-guest pushed a commit to branch master
in repository libocas.

commit 1434eb57eae082318b4dda79ae8a2d3794c81d21
Author: Christian Kastner <debian at kvr.at>
Date:   Thu Jun 17 15:52:48 2010 +0200

    Added man page for linclass
---
 debian/libocas-tools.manpages |  1 +
 debian/linclass.1             | 70 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 71 insertions(+)

diff --git a/debian/libocas-tools.manpages b/debian/libocas-tools.manpages
index 35b3be6..50acb3a 100644
--- a/debian/libocas-tools.manpages
+++ b/debian/libocas-tools.manpages
@@ -1,2 +1,3 @@
 debian/svmocas.1
 debian/msvmocas.1
+debian/linclass.1
diff --git a/debian/linclass.1 b/debian/linclass.1
new file mode 100644
index 0000000..413c467
--- /dev/null
+++ b/debian/linclass.1
@@ -0,0 +1,70 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.TH LINCLASS 1 "June 16, 2010"
+.SH NAME
+linclass \- predict labels by a linear classification rule
+.SH SYNOPSIS
+.B linclass
+.RI [ options ] " example_file " \fImodel_file\fP
+.SH DESCRIPTION
+\fBlinclass\fP is a program that predicts labels by a linear classification
+rule.
+.PP
+\fIexample_file\fP is a file with testing examples in SVM^light format, and
+\fImodel_file\fP is the file which contains either a binary (two-class) rule
+\fBf(x)=w'*x+w0\fP or a multi-class rule \fBf(x)=W'*x\fP. These are produced
+\fBsvmocas\fP(1) and \fBmsvmocas\fP(1), respectively.
+.SH OPTIONS
+A summary of options is included below.
+.TP
+.B \-h
+Show summary of options.
+.TP
+.B \-v \fI(0|1)\fP
+Set the verbosity level (default: \fB1\fP)
+.TP
+.B \-e
+Print the classification error computed from predicted labels and labels
+contained in \fIexample_file\fP.
+.TP
+.B \-o \fIout_file\fP
+Save predictions to the file \fIout_file\fP.
+.TP
+.B \-t \fI(0|1)\fP
+Output type:
+.sp
+.RS 12
+.nf
+0 ... predicted labels (default)
+.sp
+1 ... discriminant values
+.fi
+.RE
+.SH EXAMPLES
+Train the multi-class SVM classifier from example file \fIfiply_trn.light\fP,
+using \fBsvmocas\fP(1) with the regularization constant C=10, verbosity
+switched off, and save model to \fIsvmocas.model\fP:
+.sp
+.RS 12
+.nf
+ svmocas \-c 10 \-b 1 \-v 0 riply_trn.light svmocas.model
+.fi
+.RE
+.sp
+Compute the testing error of the classifier stored in \fIsvmocas.model\fP
+using testing examples from \fIriply_tst.light\fP and save the predicted
+labels to \fIriply_tst.pred\fP:
+.sp
+.RS 12
+.nf
+ linclass \-e \-o riply_tst.pred riply_tst.light svmocas.model
+.fi
+.RE
+.SH SEE ALSO
+.BR svmocas (1),
+.BR msvmocas (1).
+.SH AUTHORS
+linclass was written by Vojtech Franc <xfrancv at cmp.felk.cvut.cz> and
+Soeren Sonnenburg <Soeren.Sonnenburg at tu-berlin.de>.
+.PP
+This manual page was written by Christian Kastner <debian at kvr.at>,
+for the Debian project (and may be used by others).

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libocas.git



More information about the debian-science-commits mailing list