Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
demichie committed Dec 10, 2024
2 parents 864e793 + 26b7bb2 commit 6c2fa1c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ELICITATIONS/Cotopaxi/ElicipyDict.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
target = True
postprocessing = True

# flag to use the label column of the questionnaire instead of the index
label_flag = True

# Do not show the index of the experts in the bar plots
nolabel_flag = False

Expand All @@ -36,8 +39,6 @@

normalizeSum = False

delta_ratio_flag = True

# EW_flag (equal weights):
# 0 - no EW
# 1 - EW
Expand All @@ -51,6 +52,10 @@

# flag for Cooke (weights are computed when >0, and read from file
# when <0)
# 0 - no Cooke
# 1 - Cooke original
# 2 - Cooke balanced
# 3 - Cooke continuous
Cooke_flag = 1

# remove comment to read from file (only when Cooke_flag<0)
Expand Down

0 comments on commit 6c2fa1c

Please sign in to comment.