aboutsummaryrefslogtreecommitdiff
path: root/man/predict.gensvm.Rd
diff options
context:
space:
mode:
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}
}