Learn R Programming

iai (version 1.4.0)

clone: 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

Run this code
# NOT RUN {
new_lnr <- iai::clone(lnr)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab