setAutoTime {Autotuner}R Documentation

setAutoTime

Description

This function fills the "time" slot within an Autotuner object.

Usage

setAutoTime(time, Autotuner)

Arguments

time

A list of numeric values representing time

Autotuner

An AutoTuner object.

Value

An Autotuner object with a filled time slot

Examples

Autotuner <- readRDS(system.file("extdata/Autotuner.rds",
package="Autotuner"))
time <- getAutoTime(Autotuner)
Autotuner <- setAutoTime(time, Autotuner)

[Package Autotuner version 1.0.1 Index]