aboutsummaryrefslogtreecommitdiff
path: root/man/plot.gensvm.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/plot.gensvm.Rd')
-rw-r--r--man/plot.gensvm.Rd2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/plot.gensvm.Rd b/man/plot.gensvm.Rd
index 6e19228..dc4ca38 100644
--- a/man/plot.gensvm.Rd
+++ b/man/plot.gensvm.Rd
@@ -66,7 +66,7 @@ plot(fit, y.mis.true, newdata=x.mis)
# 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)
}