perf.ensembleEnet: Estimate classification performance using repeated...

Description Usage Arguments

View source: R/supportFunc_ensembleEnet.R

Description

Estimate classification performance using repeated cross-validation using an elastic net classifier

Usage

1
2
perf.ensembleEnet(object, validation = "Mfold", M = 5, iter = 5,
  threads = 5, progressBar = TRUE)

Arguments

object

- ensembleEnet object

validation

= "Mfold" or "loo"

M

- # of folds

iter

- Number of iterations of cross-validation

threads

- # of cores, running each iteration on a separate node

progressBar

= TRUE (show progress bar or not)


singha53/amritr documentation built on July 21, 2019, 3:46 p.m.