listLearnerProperties {mlr}R Documentation

List the supported learner properties

Description

This is useful for determining which learner properties are available.

Usage

listLearnerProperties(type = "any")

Arguments

type

(character(1))
Only return properties for a specified task type. Default is “any”.

Value

(character).


[Package mlr version 2.19.1 Index]