cwhd / hdp-r

An implementation of the Hierarchical Decision Making (HDM) in R
Other
3 stars 3 forks source link

HDM algorithm coded in R #8

Closed cwhd closed 6 years ago

cwhd commented 6 years ago

Looking at the code in the python project, it looks like we take the weighted values down the tree starting at the alternatives, moving to criteria, then down to factors, multiply them together, then divide by 100

cwhd commented 6 years ago

Started stepping through the Python code to see how that works. The data model is a bit odd, but getting the hang of it.