svt_combine_simulation: Single Combined Simulation with Synthetic Background Jobs

Description Usage Arguments Value

View source: R/combine_sim_pred.R

Description

Single Combined Simulation with Synthetic Background Jobs

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
svt_combine_simulation(
  ts_num,
  sim_object,
  window_multiplier,
  sim_length,
  bin,
  machine_bin_offs,
  fg_predict_info_lst,
  foreground_x,
  foreground_xreg,
  write_type,
  ...
)

Arguments

ts_num

A numeric value representing the index of current trace.

sim_object

A sim object representing foreground setting.

window_multiplier

A numeric number representing the multiplier for delayed time and scheduled time.

sim_length

A numeric integer representing the length of time for simulation, training size excluded.

bin

A numeric integer representing a specific partioning of time.

machine_bin_offs

A dataframe containing the offset and bin information for each element of the list.

foreground_x

A dataframe representing foreground dataset.

foreground_xreg

NULL or a dataframe or a list of dataframes representing the regressor of foreground data.

write_type

A character representing whether to record the simulated information.

...

Additional arguments passed into write_sim_result.

fg_predict_info_offs

A list containing foreground simulation predictions at each time.

Value

A dataframe representing the score for this single trace.


carlonlv/DataCenterSim documentation built on Jan. 9, 2022, 3:26 p.m.