rfMCCVPerf: Extracting average accuracy and recall of a list of Random...

Description Usage Arguments Value Author(s) Examples

Description

This function provides the average accuracy and the recall of a list of Random Forest models

Usage

1
rfMCCVPerf(model_list)

Arguments

model_list

a list of different Random Forest models

Value

a list of the two elements:

Author(s)

Piergiorgio Palla

Examples

1
2
3
4
5
## data(cachexiaData)
## params <- list(ntrees = 500, ref_level = levels(cachexiaData[,2])[1] )
## mccv_obj <- rfMCCV(cachexiaData, nsplits = 5, test_prop = 1/3, opt_params = params)
## models <- mccv_obj$models
## res <- rfMCCVPerf(models)

RFmarkerDetector documentation built on May 2, 2019, 3:42 p.m.