diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-03-30 22:08:12 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-03-30 22:08:12 +0100 |
| commit | b56c98398db6b85411cc262a835ed44224d066f3 (patch) | |
| tree | 97f864ba6c3d0c12693d8af40b1abe18e6a75687 /man/predict.gensvm.Rd | |
| parent | Fixes to get the input data from the call (diff) | |
| download | rgensvm-b56c98398db6b85411cc262a835ed44224d066f3.tar.gz rgensvm-b56c98398db6b85411cc262a835ed44224d066f3.zip | |
Minor fixes
Diffstat (limited to 'man/predict.gensvm.Rd')
| -rw-r--r-- | man/predict.gensvm.Rd | 8 |
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} } |
