setAutoFactorCol {Autotuner} | R Documentation |
This function fills the factorCol slot within an Autotuner object.
setAutoFactorCol(factorCol, Autotuner)
factorCol |
A character vector representing factorCol |
Autotuner |
An AutoTuner object. |
An Autotuner object with a filled factorCol slot
Autotuner <- readRDS(system.file("extdata/Autotuner.rds", package="Autotuner")) factorCol <- getAutoFactorCol(Autotuner) Autotuner <- setAutoFactorCol(factorCol, Autotuner)