View source: R/rdcvNetParams.R
rdcvNetParams | R Documentation |
Custom parameters can be set in the function call or by manually setting "slots" in the resulting methParam object.
rdcvNetParams(
robust = 0.05,
family = "gaussian",
nRepInner = 1,
NZV = TRUE,
oneHot = TRUE
)
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 |
a 'methParam' object
# Standard parameters for rdcvNet
methParam <- rdcvNetParams()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.