| makeFilter {mlr} | R Documentation |
Creates and registers custom feature filters. Implemented filters
can be listed with listFilterMethods. Additional
documentation for the fun parameter specific to each filter can
be found in the description.
makeFilter(name, desc, pkg, supported.tasks, supported.features, fun) rf.importance rf.min.depth univariate
name |
( |
desc |
( |
pkg |
( |
supported.tasks |
(character) |
supported.features |
(character) |
fun |
( |
An object of class Filter of length 6.
Object of class “Filter”.
Kira, Kenji and Rendell, Larry (1992). The Feature Selection Problem: Traditional Methods and a New Algorithm. AAAI-92 Proceedings.
Kononenko, Igor et al. Overcoming the myopia of inductive learning algorithms with RELIEFF (1997), Applied Intelligence, 7(1), p39-55.
Other filter: filterFeatures,
generateFilterValuesData,
getFilterValues,
getFilteredFeatures,
listFilterMethods,
makeFilterWrapper,
plotFilterValues