gensvm.validate.params: [internal] Validate parameters

View source: R/validate.R

gensvm.validate.paramsR 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.


gensvm documentation built on Feb. 16, 2023, 5:58 p.m.