Description Usage Arguments Value See Also Examples
View source: R/generateFilterValues.R
Plot filter values using ggvis.
1 | plotFilterValuesGGVIS(fvalues, feat.type.cols = FALSE)
|
fvalues |
[ |
feat.type.cols |
[ |
a ggvis plot object.
Other plot: plotBMRBoxplots
,
plotBMRRanksAsBarChart
,
plotBMRSummary
,
plotCalibration
,
plotCritDifferences
,
plotLearningCurveGGVIS
,
plotLearningCurve
,
plotPartialDependenceGGVIS
,
plotPartialDependence
,
plotROCCurves
, plotResiduals
,
plotThreshVsPerfGGVIS
,
plotThreshVsPerf
Other filter: filterFeatures
,
generateFilterValuesData
,
getFilterValues
,
getFilteredFeatures
,
listFilterMethods
,
makeFilterWrapper
,
makeFilter
, plotFilterValues
1 2 3 4 5 | ## Not run:
fv = generateFilterValuesData(iris.task, method = "variance")
plotFilterValuesGGVIS(fv)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.