Learn R Programming

mlr (version 1.1-18)

listLearners: Find matching learning algorithms.

Description

Returns the class names of learning algorithms which have specific characteristics, e.g. whether they supports missing values, case weights, etc.

Usage

listLearners(type = NA, numerics = NA, factors = NA,
    missings = NA, weights = NA, oneclass = NA,
    twoclass = NA, multiclass = NA, prob = NA, se = NA,
    quiet = TRUE, warn.missing.packages = TRUE)

listLearnersForTask(task, weights = NA, prob = NA, se = NA, warn.missing.packages = TRUE)

Arguments

Value

[character]. Class names of matching learners.

Details

The default for all search parameters is NA, meaning: property is not required, do not care.

Note that the packages of all learners are loaded during the search.