[libocas] 57/60: Adjust debian/* for upstream-renamed linclassif executable
Christian Kastner
chrisk-guest at moszumanska.debian.org
Mon Aug 25 03:34:46 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 f0d95c18e36669317de306d762f1fa06fe17178e
Author: Christian Kastner <debian at kvr.at>
Date: Sun Aug 24 19:22:30 2014 -0700
Adjust debian/* for upstream-renamed linclassif executable
---
debian/libocas-tools.install | 2 +-
debian/libocas-tools.manpages | 2 +-
debian/{linclass.1 => linclassif.1} | 12 ++++++------
debian/msvmocas.1 | 6 +++---
debian/svmocas.1 | 6 +++---
5 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/debian/libocas-tools.install b/debian/libocas-tools.install
index a087301..36aec01 100644
--- a/debian/libocas-tools.install
+++ b/debian/libocas-tools.install
@@ -1,3 +1,3 @@
svmocas usr/bin
msvmocas usr/bin
-linclass usr/bin
+linclassif usr/bin
diff --git a/debian/libocas-tools.manpages b/debian/libocas-tools.manpages
index 50acb3a..cc31049 100644
--- a/debian/libocas-tools.manpages
+++ b/debian/libocas-tools.manpages
@@ -1,3 +1,3 @@
debian/svmocas.1
debian/msvmocas.1
-debian/linclass.1
+debian/linclassif.1
diff --git a/debian/linclass.1 b/debian/linclassif.1
similarity index 83%
rename from debian/linclass.1
rename to debian/linclassif.1
index 413c467..86dee57 100644
--- a/debian/linclass.1
+++ b/debian/linclassif.1
@@ -1,12 +1,12 @@
.\" Hey, EMACS: -*- nroff -*-
-.TH LINCLASS 1 "June 16, 2010"
+.TH LINCLASSIF 1 "August 24, 2014"
.SH NAME
-linclass \- predict labels by a linear classification rule
+linclassif \- predict labels by a linear classification rule
.SH SYNOPSIS
-.B linclass
+.B linclassif
.RI [ options ] " example_file " \fImodel_file\fP
.SH DESCRIPTION
-\fBlinclass\fP is a program that predicts labels by a linear classification
+\fBlinclassif\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
@@ -56,14 +56,14 @@ labels to \fIriply_tst.pred\fP:
.sp
.RS 12
.nf
- linclass \-e \-o riply_tst.pred riply_tst.light svmocas.model
+ linclassif \-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
+linclassif 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>,
diff --git a/debian/msvmocas.1 b/debian/msvmocas.1
index 91d2b34..e2c55cd 100644
--- a/debian/msvmocas.1
+++ b/debian/msvmocas.1
@@ -78,17 +78,17 @@ switched off, and save model to \fImsvmocas.model\fP:
.RE
.sp
Compute the testing error of the classifier stored in \fImsvmocas.model\fP
-with \fBlinclass\fP(1) using testing examples from \fIexample4_test.light\fP
+with \fBlinclassif\fP(1) using testing examples from \fIexample4_test.light\fP
and save the predicted labels to \fIexample4_test.pred\fP:
.sp
.RS 12
.nf
- linclass \-e \-o example4_test.pred example4_test.light msvmocas.model
+ linclassif \-e \-o example4_test.pred example4_test.light msvmocas.model
.fi
.RE
.SH SEE ALSO
.BR svmocas (1),
-.BR linclass (1).
+.BR linclassif (1).
.SH AUTHORS
msvmocas was written by Vojtech Franc <xfrancv at cmp.felk.cvut.cz> and
Soeren Sonnenburg <Soeren.Sonnenburg at tu-berlin.de>.
diff --git a/debian/svmocas.1 b/debian/svmocas.1
index cc7a0a6..6042f43 100644
--- a/debian/svmocas.1
+++ b/debian/svmocas.1
@@ -91,17 +91,17 @@ and save model to \fIsvmocas.model\fP:
.RE
.sp
Compute the testing error of the classifier stored in \fIsvmocas.model\fP
-with \fBlinclass\fP(1) using testing examples from \fIriply_tst.light\fP
+with \fBlinclassif\fP(1) 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
+ linclassif \-e \-o riply_tst.pred riply_tst.light svmocas.model
.fi
.RE
.SH SEE ALSO
.BR msvmocas (1),
-.BR linclass (1).
+.BR linclassif (1).
.SH AUTHORS
svmocas was written by Vojtech Franc <xfrancv at cmp.felk.cvut.cz> and
Soeren Sonnenburg <Soeren.Sonnenburg at tu-berlin.de>.
--
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