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

Description Usage Arguments Value See Also Examples

View source: R/plotTuneMultiCritResult.R

Description

Visualizes the pareto front and possibly the dominated points.

Usage

1
2
plotTuneMultiCritResultGGVIS(res, path = TRUE, point.info = "hover",
  point.trafo = TRUE)

Arguments

res

[TuneMultiCritResult]
Result of tuneParamsMultiCrit.

path

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

point.info

[character(1)]
Show for each point which hyper parameters led to this point? For "click", information is displayed on mouse click. For "hover", information is displayed on mouse hover. If set to "none", no information is displayed. Default is "hover".

point.trafo

[logical(1)]
Should the information show the transformed hyper parameters? Default is TRUE.

Value

a ggvis plot object.

See Also

Other tune_multicrit: TuneMultiCritControl, plotTuneMultiCritResult, tuneParamsMultiCrit

Examples

1
# see tuneParamsMultiCrit

guillermozbta/s2 documentation built on May 17, 2019, 4:01 p.m.