rNCV.perm: rNCV.perm is identical to rNCV except do instead of dopar

Description Usage Details

View source: R/rNCV.perm.R

Description

2018-08-07 version: use ensemble predictions from rNCV for permutation ###

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
rNCV.perm(
  data,
  resp.var,
  ref.lv = NULL,
  nRep,
  nFolds.outer,
  ML.methods,
  control,
  tuneL,
  preProc.opt,
  metric,
  dir.path,
  file.root,
  stack.method = "wt.avg",
  weighted.by = NULL,
  stack.wt = NULL,
  control.stack = NULL
)

Details

Parallel at k-fold CV (previous version in Replicates) ##

rNCV.perm is identical to rNCV except (1) do instead of dopar (parallel for permutation replicates) (2) res contains only predictive values/probabilities (i.e. y.pred.comb) (3) use ensemble predictions for model performance in rNCV() and rNCV.perm()


kforthman/caretStack documentation built on June 21, 2021, 8:38 a.m.