diff options
Diffstat (limited to 'R/plot.gensvm.R')
| -rw-r--r-- | R/plot.gensvm.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/plot.gensvm.R b/R/plot.gensvm.R index 054c374..500adf5 100644 --- a/R/plot.gensvm.R +++ b/R/plot.gensvm.R @@ -66,7 +66,7 @@ #' # plot a 2-d model #' xx <- x[y %in% c('versicolor', 'virginica'), ] #' yy <- y[y %in% c('versicolor', 'virginica')] -#' fit <- gensvm(xx, yy, kernel='rbf', max.iter=5000) +#' fit <- gensvm(xx, yy, kernel='rbf', max.iter=1000) #' plot(fit) #' plot.gensvm <- function(x, labels, newdata=NULL, with.margins=TRUE, |
