setAutoFactorCol: setAutoFactorCol

Description Usage Arguments Value Examples

View source: R/Autotuner-class.R

Description

This function fills the factorCol slot within an Autotuner object.

Usage

1

Arguments

factorCol

A character vector representing factorCol

Autotuner

An AutoTuner object.

Value

An Autotuner object with a filled factorCol slot

Examples

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

Autotuner documentation built on Nov. 8, 2020, 5:59 p.m.