From 434719879c45c5588e28650fff4f8c26f8c20798 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 3 Apr 2018 23:54:32 +0100 Subject: Documentation updates --- man/gensvm.grid.Rd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man/gensvm.grid.Rd') diff --git a/man/gensvm.grid.Rd b/man/gensvm.grid.Rd index b365e10..11dc892 100644 --- a/man/gensvm.grid.Rd +++ b/man/gensvm.grid.Rd @@ -126,6 +126,7 @@ Note that this function reorders the parameter grid to make the warm starts as efficient as possible, which is why the param.grid in the result will not be the same as the param.grid in the input. } + \examples{ x <- iris[, -5] y <- iris[, 5] @@ -149,10 +150,6 @@ pg <- expand.grid(kernel=c('rbf'), gamma=c(1e-2, 1e-1, 1, 1e1, 1e2), lambda=c(1e-8, 1e-6), max.iter=c(5000)) grid <- gensvm.grid(x, y, param.grid=pg, verbose=2) -} -\author{ -Gerrit J.J. van den Burg, Patrick J.F. Groenen \cr -Maintainer: Gerrit J.J. van den Burg } \references{ Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized @@ -164,4 +161,7 @@ Multiclass Support Vector Machine}, Journal of Machine Learning Research, \code{\link{plot.gensvm.grid}}, \code{\link{gensvm}}, \code{\link{gensvm-package}} } - +\author{ +Gerrit J.J. van den Burg, Patrick J.F. Groenen \cr +Maintainer: Gerrit J.J. van den Burg +} -- cgit v1.2.3