Learn R Programming

mlr (version 2.7)

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: plotBMRBoxplots, plotBMRRanksAsBarChart, plotBMRSummary, plotCalibration, plotCritDifferences, plotFilterValuesGGVIS, plotLearningCurveGGVIS, plotLearningCurve, plotPartialPredictionGGVIS, plotPartialPrediction, plotROCCurves, 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