Learn R Programming

mlr (version 2.3)

plotFilterValues: Plot filter values.

Description

Plot filter values.

Usage

plotFilterValues(fvalues, sort = "dec", n.show = 20L,
  feat.type.cols = c("darkgreen", "darkblue"))

Arguments

Value

ggplot2 plot object.

Examples

Run this code
fv = getFilterValues(iris.task, method = "chi.squared")
plotFilterValues(fv)

Run the code above in your browser using DataLab