View source: R/FilterEnsemble.R
makeFilterEnsemble | R Documentation |
Creates and registers custom ensemble feature filters. Implemented ensemble filters
can be listed with listFilterEnsembleMethods. Additional
documentation for the fun
parameter specific to each filter can
be found in the description.
makeFilterEnsemble(name, base.methods, desc, fun)
name |
( |
base.methods |
the base filter methods which the ensemble method will use. |
desc |
( |
fun |
( |
Object of class “FilterEnsemble”.
Other filter:
filterFeatures()
,
generateFilterValuesData()
,
getFilteredFeatures()
,
listFilterEnsembleMethods()
,
listFilterMethods()
,
makeFilter()
,
makeFilterWrapper()
,
plotFilterValues()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.