gensvm.validate.params {gensvm}R Documentation

[internal] Validate parameters

Description

Internal function used to validate the parameters passed to the gensvm() function.

Usage

gensvm.validate.params(p = NULL, kappa = NULL, lambda = NULL,
  epsilon = NULL, gamma = NULL, weights = NULL, kernel = NULL, ...)

Value

TRUE if all values pass their respective conditions, FALSE otherwise.


[Package gensvm version 0.1.1 Index]