trainAlgorithm: Train a learning algorithm and return the resulting model.

Description Usage Arguments Details Value

View source: R/learning.R

Description

Train a learning algorithm and return the resulting model.

Usage

1
trainAlgorithm(algorithm = "xgboost", task, osw.rate = 10)

Arguments

algorithm

Name of the algorithm to be used.

task

A classification task as returned by createTrainingTask().

Details

The list of algorithms that can be used are:

Value

A trained model that can be used to make predictions.


AleMorales/SeedSorter documentation built on Feb. 12, 2020, 4:13 a.m.