Learn R Programming

mlr (version 2.4)

plotFilterValues: Plot filter values using ggplot2.

Description

Plot filter values using ggplot2.

Usage

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

Arguments

Value

ggplot2 plot object.

See Also

Other filter: FilterValues; filterFeatures; generateFilterValuesData; getFilterValues; getFilteredFeatures; makeFilterWrapper; plotFilterValuesGGVIS

Other plot: plotFilterValuesGGVIS; plotLearningCurveGGVIS; plotLearningCurve; plotROCRCurvesGGVIS; plotROCRCurves; plotThreshVsPerfGGVIS; plotThreshVsPerf

Examples

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

Run the code above in your browser using DataLab