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

Description Usage Arguments

View source: R/supportFunc_ensembleRf.R

Description

Estimate classification performance using repeated cross-validation using an random forest classifier

Usage

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

Arguments

object

ensembleRf 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.