Learn R Programming

mlr (version 2.6)

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: plotBenchmarkResult, plotBenchmarkSummary, plotCalibration, plotCritDifferences, plotFilterValues, plotLearningCurveGGVIS, plotLearningCurve, plotPartialPredictionGGVIS, plotPartialPrediction, plotROCCurves, plotROCRCurvesGGVIS, plotROCRCurves, plotRankMatrixAsBar, plotThreshVsPerfGGVIS, plotThreshVsPerf

Examples

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

Run the code above in your browser using DataLab