setAutoFactorCol {Autotuner}R Documentation

setAutoFactorCol

Description

This function fills the factorCol slot within an Autotuner object.

Usage

setAutoFactorCol(factorCol, Autotuner)

Arguments

factorCol

A character vector representing factorCol

Autotuner

An AutoTuner object.

Value

An Autotuner object with a filled factorCol slot

Examples

Autotuner <- readRDS(system.file("extdata/Autotuner.rds",
package="Autotuner"))
factorCol <- getAutoFactorCol(Autotuner)
Autotuner <- setAutoFactorCol(factorCol, Autotuner)

[Package Autotuner version 1.0.1 Index]