Learn R Programming

mlr (version 2.3)

makeFilter: Create a feature filter

Description

Creates and registers custom feature filters. Implemented filters can be listed with listFilterMethods.

Usage

makeFilter(name, desc, pkg, supported.tasks, supported.features, fun)

Arguments

Value

Object of class Filter.