Learn R Programming

mlr (version 2.3)

plotTuneMultiCritResult: Plots multi-criteria results after tuning.

Description

Visualizes the pareto front and possibly the dominated points.

Usage

plotTuneMultiCritResult(res, path = TRUE, col = NULL, shape = NULL,
  pointsize = 2)

Arguments

Value

ggplot2 plot object.

See Also

Other tune_multicrit: TuneMultiCritControl, TuneMultiCritControlGrid, TuneMultiCritControlNSGA2, TuneMultiCritControlRandom, makeTuneMultiCritControlGrid, makeTuneMultiCritControlNSGA2, makeTuneMultiCritControlRandom; tuneParamsMultiCrit

Examples

Run this code
# see tuneParamsMultiCrit

Run the code above in your browser using DataLab