diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-04-05 15:35:57 -0400 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-04-05 15:35:57 -0400 |
| commit | 2224f89c05a5540102101b1310e120c12d533028 (patch) | |
| tree | bb5ea2d6f826cade03aa697e17f7f03d300cc475 /man/predict.gensvm.grid.Rd | |
| parent | fix type of ZV matrix (diff) | |
| download | rgensvm-2224f89c05a5540102101b1310e120c12d533028.tar.gz rgensvm-2224f89c05a5540102101b1310e120c12d533028.zip | |
don't run a bunch of examples to make check faster
Diffstat (limited to 'man/predict.gensvm.grid.Rd')
| -rw-r--r-- | man/predict.gensvm.grid.Rd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/predict.gensvm.grid.Rd b/man/predict.gensvm.grid.Rd index 0c3cf2f..a61362e 100644 --- a/man/predict.gensvm.grid.Rd +++ b/man/predict.gensvm.grid.Rd @@ -27,6 +27,7 @@ this model is only available if \code{refit=TRUE} was specified in the \code{\link{gensvm.grid}} call (the default). } \examples{ +\dontrun{ x <- iris[, -5] y <- iris[, 5] @@ -35,6 +36,7 @@ grid <- gensvm.grid(x, y) # predict training sample y.hat <- predict(grid, x) +} } \references{ |
