aboutsummaryrefslogtreecommitdiff
path: root/man/predict.gensvm.grid.Rd
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2018-04-04 15:08:12 -0400
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2018-04-04 15:08:12 -0400
commit459ce96fa8a0072d3533bc2dc1566cc1b797401b (patch)
tree229a5d9b137f7fcf3b5112e4a189e972d6dafa26 /man/predict.gensvm.grid.Rd
parentEnsure classes isn't a factor (diff)
downloadrgensvm-459ce96fa8a0072d3533bc2dc1566cc1b797401b.tar.gz
rgensvm-459ce96fa8a0072d3533bc2dc1566cc1b797401b.zip
Documentation improvements
Diffstat (limited to 'man/predict.gensvm.grid.Rd')
-rw-r--r--man/predict.gensvm.grid.Rd8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/predict.gensvm.grid.Rd b/man/predict.gensvm.grid.Rd
index 01bf610..0c3cf2f 100644
--- a/man/predict.gensvm.grid.Rd
+++ b/man/predict.gensvm.grid.Rd
@@ -4,13 +4,13 @@
\alias{predict.gensvm.grid}
\title{Predict class labels from the GenSVMGrid class}
\usage{
-\method{predict}{gensvm.grid}(grid, newx, ...)
+\method{predict}{gensvm.grid}(object, newdata, ...)
}
\arguments{
-\item{grid}{A \code{gensvm.grid} object trained with \code{refit=TRUE}}
+\item{object}{A \code{gensvm.grid} object trained with \code{refit=TRUE}}
-\item{newx}{Matrix of new values for \code{x} for which predictions need to
-be computed.}
+\item{newdata}{Matrix of new values for \code{x} for which predictions need
+to be computed.}
\item{\dots}{further arguments are passed to predict.gensvm()}
}