find_score_change: Find the Score Change Information

Description Usage Arguments Value

View source: R/ad_hoc_analysis.R

Description

Find the score change dataframe from the stored result folder.

Usage

1
2
3
4
5
6
7
8
find_score_change(
  cut_off_prob,
  target,
  window_size,
  granularity,
  result_path,
  adjustment = FALSE
)

Arguments

cut_off_prob

A vector of cut off probabilities as in y axis.

target

A vector of targets as in x axis.

window_size

A vector of window sizes in legend.

granularity

A numeric value of granularity.

result_path

A string for the path where simulation results are stored.

adjustment

A logical value representing whether adjustment is accounted.

Value

A list with paste0(cut_off_prob, ",", target) as keys, and score change as values.


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