diff options
Diffstat (limited to 'man/gensvm.load.small.grid.Rd')
| -rw-r--r-- | man/gensvm.load.small.grid.Rd | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/man/gensvm.load.small.grid.Rd b/man/gensvm.load.small.grid.Rd new file mode 100644 index 0000000..0866f0c --- /dev/null +++ b/man/gensvm.load.small.grid.Rd @@ -0,0 +1,35 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/gensvm.grid.R +\name{gensvm.load.small.grid} +\alias{gensvm.load.small.grid} +\title{Load the default parameter grid for the GenSVM grid search} +\usage{ +gensvm.load.small.grid() +} +\description{ +This function loads a default parameter grid to use for the +GenSVM gridsearch. It contains all possible combinations of the following +parameter sets: + +\code{p = c(1.0, 1.5, 2.0)} + +\code{lambda = c(1e-8, 1e-6, 1e-4, 1e-2, 1)} + +\code{kappa = c(-0.9, 0.5, 5.0)} + +\code{weight = c('unit', 'group')} +} +\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, +17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +} +\seealso{ +\code{\link{gensvm.grid}}, \code{\link{gensvm.load.tiny.grid}}, +\code{\link{gensvm.load.small.grid}}. +} + |
