clone: Return an unfitted copy of a learner with the same parameters

View source: R/iaibase.R

cloneR Documentation

Return an unfitted copy of a learner with the same parameters

Description

Julia Equivalent: IAI.clone

Usage

clone(lnr)

Arguments

lnr

The learner to copy.

Examples

## Not run: new_lnr <- iai::clone(lnr)


iai documentation built on July 9, 2023, 5:41 p.m.

Related to clone in iai...