Skip to contents

Forecast Learner

Forecast Learner

Super class

mlr3::Learner -> ForecastRecursiveLearner

Public fields

learner

(Learner)
The learner

Methods

Inherited methods


Method new()

Creates a new instance of this R6 class.

Usage

Arguments

learner

(Learner)

task

(Task)


Method clone()

The objects of this class are cloneable with this method.

Usage

ForecastRecursiveLearner$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.