rdcvNetParams: Make custom parameters for rdcvNet internal modelling

View source: R/rdcvNetParams.R

rdcvNetParamsR Documentation

Make custom parameters for rdcvNet internal modelling

Description

Custom parameters can be set in the function call or by manually setting "slots" in the resulting methParam object.

Usage

rdcvNetParams(
  robust = 0.05,
  family = "gaussian",
  nRepInner = 1,
  NZV = TRUE,
  oneHot = TRUE
)

Arguments

robust

Robustness (slack) criterion for determining min and max knees (defaults to 0.05)

family

the options could be "gaussian", "binomial", "poisson", "multinomial", "cox", "mgaussian"

nRepInner

how many nRepInner

NZV

NZV

oneHot

TRUE or FALSE using onehot endcoding or not

Value

a 'methParam' object

Examples

# Standard parameters for rdcvNet
methParam <- rdcvNetParams()

MUVR2 documentation built on Sept. 16, 2024, 9:06 a.m.