Learn R Programming

iai (version 1.0.0)

clone: clone

Description

Return an unfitted copy of a learner with the same parameters

Usage

clone(lnr)

Arguments

lnr

The learner to copy.

Details

Julia Equivalent: IAI.clone

Examples

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

Run the code above in your browser using DataLab