rdcvNetParams: 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
)
Value
a `methParam` object
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
Examples
Run this code# Standard parameters for rdcvNet
methParam <- rdcvNetParams()
Run the code above in your browser using DataLab