Learn R Programming

mlr (version 2.7)

plotFilterValuesGGVIS: Plot filter values using ggvis.

Description

Plot filter values using ggvis.

Usage

plotFilterValuesGGVIS(fvalues, feat.type.cols = FALSE)

Arguments

Value

a ggvis plot object.

See Also

Other filter: FilterValues, filterFeatures, generateFilterValuesData, getFilterValues, getFilteredFeatures, makeFilterWrapper, plotFilterValues

Other plot: plotBMRBoxplots, plotBMRRanksAsBarChart, plotBMRSummary, plotCalibration, plotCritDifferences, plotFilterValues, plotLearningCurveGGVIS, plotLearningCurve, plotPartialPredictionGGVIS, plotPartialPrediction, plotROCCurves, plotROCRCurvesGGVIS, plotROCRCurves, plotThreshVsPerfGGVIS, plotThreshVsPerf

Examples

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

Run the code above in your browser using DataLab