check_score_trace_after_adjusment: Check Tracewise score After Applying Adjustment Policy

Description Usage Arguments Value

View source: R/model_helper.R

Description

Check Tracewise score After Applying Adjustment Policy

Usage

1
2
3
4
5
6
7
check_score_trace_after_adjusment(
  cut_off_prob,
  predict_info,
  granularity,
  adjustment_policy,
  how = "max_size"
)

Arguments

cut_off_prob

A numeric vector representing the cut off probabilities.

predict_info

A dataframe representing logged information before adjustment_policy.

granularity

A numeric value representing granularity of calculating scores.

how

A character representing how the score is calculated. "max_size" by default schedules one job that takes maximum place. "\d_jobs" schedules "\d" jobs with equal sizes. "\d_cores" schedules jobs each with fixed \d number of cores, only works for granularity not being 0.

Value

A matrix of 1 row representing the score after adjustment_policy.


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