aboutsummaryrefslogtreecommitdiff
path: root/man/gensvm.grid.Rd
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2018-04-03 23:54:32 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2018-04-03 23:54:32 +0100
commit434719879c45c5588e28650fff4f8c26f8c20798 (patch)
tree79bfd0b01500f1221127f489310f8b44dc116fcf /man/gensvm.grid.Rd
parentAdd support for raw weight vector in gensvm() (diff)
downloadrgensvm-434719879c45c5588e28650fff4f8c26f8c20798.tar.gz
rgensvm-434719879c45c5588e28650fff4f8c26f8c20798.zip
Documentation updates
Diffstat (limited to 'man/gensvm.grid.Rd')
-rw-r--r--man/gensvm.grid.Rd10
1 files changed, 5 insertions, 5 deletions
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]
@@ -150,10 +151,6 @@ pg <- expand.grid(kernel=c('rbf'), gamma=c(1e-2, 1e-1, 1, 1e1, 1e2),
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 <gertjanvandenburg@gmail.com>
-}
\references{
Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized
Multiclass Support Vector Machine}, Journal of Machine Learning Research,
@@ -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 <gertjanvandenburg@gmail.com>
+}