aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2018-03-28 13:39:26 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2018-03-28 13:39:26 +0100
commit3ce75443d4f25fcf8a1476dc4bd6ffa0775cbe90 (patch)
tree400127d930d00a47ed3c395cf4cfa56b026f5ff9 /man
parentAdd seealso to docs to facilitate exploration of package functions (diff)
downloadrgensvm-3ce75443d4f25fcf8a1476dc4bd6ffa0775cbe90.tar.gz
rgensvm-3ce75443d4f25fcf8a1476dc4bd6ffa0775cbe90.zip
Make sure we use "weights" everywhere instead of "weight"
Diffstat (limited to 'man')
-rw-r--r--man/gensvm.grid.Rd2
-rw-r--r--man/gensvm.load.full.grid.Rd5
-rw-r--r--man/gensvm.load.small.grid.Rd5
3 files changed, 3 insertions, 9 deletions
diff --git a/man/gensvm.grid.Rd b/man/gensvm.grid.Rd
index 282c641..9fdee96 100644
--- a/man/gensvm.grid.Rd
+++ b/man/gensvm.grid.Rd
@@ -103,7 +103,7 @@ GenSVM model. These names are:
\item{kappa}{Parameter for the Huber hinge function. Must be larger than
-1.}
\item{lambda}{Parameter for the regularization term. Must be larger than 0.}
-\item{weight}{Instance weight specification. Allowed values are "unit" for
+\item{weights}{Instance weights specification. Allowed values are "unit" for
unit weights and "group" for group-size correction weights}
\item{epsilon}{Stopping parameter for the algorithm. Must be larger than 0.}
\item{max.iter}{Maximum number of iterations of the algorithm. Must be
diff --git a/man/gensvm.load.full.grid.Rd b/man/gensvm.load.full.grid.Rd
index 5398ef7..d754831 100644
--- a/man/gensvm.load.full.grid.Rd
+++ b/man/gensvm.load.full.grid.Rd
@@ -12,12 +12,9 @@ consists of 342 configurations and is constructed from all possible
combinations of the following parameter sets:
\code{p = c(1.0, 1.5, 2.0)}
-
\code{lambda = 2^seq(-18, 18, 2)}
-
\code{kappa = c(-0.9, 0.5, 5.0)}
-
-\code{weight = c('unit', 'group')}
+\code{weights = c('unit', 'group')}
}
\author{
Gerrit J.J. van den Burg, Patrick J.F. Groenen \cr
diff --git a/man/gensvm.load.small.grid.Rd b/man/gensvm.load.small.grid.Rd
index 0866f0c..218dac3 100644
--- a/man/gensvm.load.small.grid.Rd
+++ b/man/gensvm.load.small.grid.Rd
@@ -12,12 +12,9 @@ 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')}
+\code{weights= c('unit', 'group')}
}
\author{
Gerrit J.J. van den Burg, Patrick J.F. Groenen \cr