Learn R Programming

mlr (version 2.3)

getBMRAggrPerformances: Extract the aggregated performance values from a benchmark result.

Description

Either a list of lists of aggr numeric vectors, as returned by resample, or these objects are rbind-ed with extra columns task.id and learner.id.

Usage

getBMRAggrPerformances(bmr, task.ids = NULL, learner.ids = NULL,
  as.df = FALSE)

Arguments

Value

[list | data.frame]. See above.

See Also

Other benchmark: BenchmarkResult; benchmark; getBMRFeatSelResults; getBMRFilteredFeatures; getBMRLearnerIds; getBMRPerformances; getBMRPredictions; getBMRTaskIds; getBMRTuneResults