Skip to contents

This function lists the available learning methods.

Usage

supported_learning_methods(x = c("all", "regression", "classification"))

Arguments

x

character string indicating whether to return all learning methods, the learning method for regression, or the learning methods for classification.

Value

A vector containing the supported learning methods.