From b56c98398db6b85411cc262a835ed44224d066f3 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 30 Mar 2018 22:08:12 +0100 Subject: Minor fixes --- man/gensvm.Rd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'man/gensvm.Rd') diff --git a/man/gensvm.Rd b/man/gensvm.Rd index 5aabcaa..e48444f 100644 --- a/man/gensvm.Rd +++ b/man/gensvm.Rd @@ -24,8 +24,9 @@ function (i.e. \code{model.matrix( ~ var - 1)}).} \item{kappa}{parameter for the hinge function in the loss function (kappa > -1.0)} -\item{weights}{type of instance weights to use. Options are 'unit' for unit -weights and 'group' for group size correction weight (eq. 4 in the paper).} +\item{weights}{type or vector of instance weights to use. Options are 'unit' +for unit weights and 'group' for group size correction weights (eq. 4 in the +paper). Alternatively, a vector of weights can be provided.} \item{kernel}{the kernel type to use in the classifier. It must be one of 'linear', 'poly', 'rbf', or 'sigmoid'. See the section "Kernels in GenSVM" -- cgit v1.2.3