listFilterMethods
.
makeFilter(name, desc, pkg, supported.tasks, supported.features, fun)
character(1)
]
Identifier for the filter.character(1)
]
Short description of the filter.character(1)
]
Source package where the filter is implemented.character
]
Task types supported.character
]
Feature types supported.function(task, nselect, ...
]
Function which takes a task and returns a named numeric vector of scores,
one score for each feature of task
.
Higher scores mean higher importance of the feature.
At least nselect
features must be calculated, the remaining may be
set to NA
or omitted, and thus will not be selected.
the original order will be restored if necessary.