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()
,
makeFilterWrapper()
,
makeFilter()
,
plotFilterValues()