aboutsummaryrefslogtreecommitdiff
path: root/man/predict.gensvm.Rd
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2018-03-30 22:08:12 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2018-03-30 22:08:12 +0100
commitb56c98398db6b85411cc262a835ed44224d066f3 (patch)
tree97f864ba6c3d0c12693d8af40b1abe18e6a75687 /man/predict.gensvm.Rd
parentFixes to get the input data from the call (diff)
downloadrgensvm-b56c98398db6b85411cc262a835ed44224d066f3.tar.gz
rgensvm-b56c98398db6b85411cc262a835ed44224d066f3.zip
Minor fixes
Diffstat (limited to 'man/predict.gensvm.Rd')
-rw-r--r--man/predict.gensvm.Rd8
1 files changed, 5 insertions, 3 deletions
diff --git a/man/predict.gensvm.Rd b/man/predict.gensvm.Rd
index 2881e26..0b82662 100644
--- a/man/predict.gensvm.Rd
+++ b/man/predict.gensvm.Rd
@@ -5,13 +5,15 @@
\alias{predict.gensvm}
\title{Predict class labels with the GenSVM model}
\usage{
-\method{predict}{gensvm}(fit, x.test, ...)
+\method{predict}{gensvm}(fit, newdata, add.rownames = FALSE, ...)
}
\arguments{
\item{fit}{Fitted \code{gensvm} object}
-\item{x.test}{Matrix of new values for \code{x} for which predictions need
-to be made.}
+\item{newdata}{Matrix of new data for which predictions need to be made.}
+
+\item{add.rownames}{add the rownames from the training data to the
+predictions}
\item{\dots}{further arguments are ignored}
}