diff options
Diffstat (limited to 'R/predict.gensvm.grid.R')
| -rw-r--r-- | R/predict.gensvm.grid.R | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/R/predict.gensvm.grid.R b/R/predict.gensvm.grid.R index 7555368..df48d76 100644 --- a/R/predict.gensvm.grid.R +++ b/R/predict.gensvm.grid.R @@ -28,8 +28,12 @@ #' \code{\link{gensvm}}, \code{\link{predict.gensvm.grid}}, #' \code{\link{plot.gensvm}}, \code{\link{gensvm-package}} #' +#' @method predict gensvm.grid +#' #' @export #' +#' @importFrom stats predict +#' #' @examples #' x <- iris[, -5] #' y <- iris[, 5] |
