calc_removal_to_reach_target: Compute the Traces to Remove in order for Score1 to Reach...

Description Usage Arguments Value

View source: R/ad_hoc_analysis.R

Description

Compute the traces to remove in order for score1 to reach target.

Usage

1
2
3
4
5
6
calc_removal_to_reach_target(
  predict_info_quantiles,
  cut_off_prob,
  target = 1 - cut_off_prob,
  adjustment = FALSE
)

Arguments

predict_info_quantiles

A dataframe storing the prediction info.

cut_off_prob

A numeric value representing the cut off probability to considered.

target

A numeric value for the target of score1.

adjustment

A logical value or NA representing whether to consider adjustment. NA represents only consider adjustment when score1 is below target.

Value

A list containing adjusted predict_info_quantiles and a vector of trace_name removed.


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