gensvm.validate.params {gensvm} | R Documentation |
Internal function used to validate the parameters passed to the gensvm() function.
gensvm.validate.params(
p = NULL,
kappa = NULL,
lambda = NULL,
epsilon = NULL,
gamma = NULL,
weights = NULL,
kernel = NULL,
...
)
TRUE if all values pass their respective conditions, FALSE otherwise.