mlr (version 2.10)

plotTuneMultiCritResultGGVIS: Plots multi-criteria results after tuning using ggvis.

Description

Visualizes the pareto front and possibly the dominated points.

Usage

plotTuneMultiCritResultGGVIS(res, path = TRUE)

Arguments

path
[logical(1)] Visualize all evaluated points (or only the non-dominated pareto front)? Points are colored according to their location. Default is TRUE.

Value

a ggvis plot object.

See Also

Other tune_multicrit: TuneMultiCritControl, plotTuneMultiCritResult, tuneParamsMultiCrit

Examples

Run this code
# see tuneParamsMultiCrit

Run the code above in your browser using DataLab