From 8cfaa3e50d6b96605b9efbc37d1b628bac29f324 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 5 Apr 2018 11:52:48 -0400 Subject: make examples faster --- man/plot.gensvm.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/plot.gensvm.Rd') 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) } -- cgit v1.2.3