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.Rd4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/predict.gensvm.Rd b/man/predict.gensvm.Rd
index 015623f..b521872 100644
--- a/man/predict.gensvm.Rd
+++ b/man/predict.gensvm.Rd
@@ -4,10 +4,10 @@
\alias{predict.gensvm}
\title{Predict class labels with the GenSVM model}
\usage{
-\method{predict}{gensvm}(fit, newdata, add.rownames = FALSE, ...)
+\method{predict}{gensvm}(object, newdata, add.rownames = FALSE, ...)
}
\arguments{
-\item{fit}{Fitted \code{gensvm} object}
+\item{object}{Fitted \code{gensvm} object}
\item{newdata}{Matrix of new data for which predictions need to be made.}