Skip to content

Commit

Permalink
fix : CLASS_BENCHMARK_LIST and OVERALL_BENCHMARK_LIST added #347
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi authored and alirezazolanvari committed Nov 28, 2021
1 parent e094311 commit a133239
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pycm/pycm_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@
"MCCI": SOA6_SCORE,
"QI": QI_SCORE}

CLASS_BENCHMARK_LIST = sorted(list(CLASS_BENCHMARK_SCORE_DICT.keys()))

OVERALL_BENCHMARK_SCORE_DICT = {
"SOA1": SOA1_SCORE,
"SOA2": SOA2_SCORE,
Expand All @@ -297,6 +299,8 @@
"SOA5": SOA5_SCORE,
"SOA6": SOA6_SCORE}

OVERALL_BENCHMARK_LIST = sorted(list(OVERALL_BENCHMARK_SCORE_DICT.keys()))

OVERALL_BENCHMARK_MAP = {"SOA1":"SOA1(Landis & Koch)","SOA2":"SOA2(Fleiss)","SOA3":"SOA3(Altman)","SOA4":"SOA4(Cicchetti)","SOA5":"SOA5(Cramer)","SOA6":"SOA6(Matthews)"}

RECOMMEND_BACKGROUND_COLOR = "aqua"
Expand Down

0 comments on commit a133239

Please sign in to comment.