README.md

HDP-r - Hierarchical Decision Process, implemented in R

This is being build out as a project for the ETM department of Portland State University (PSU).

This application allows a user to:

Go here to read more about HDP.

Usage

HDM allows researchers to define models consisting of a decision, critiera, factors, and alternatives. Once a model is defined it's validated and evaluated by experts in the field of the decision to be made; this allows the researcher to determine what is the best choice according to experts in the field. This tool manages the process from defining the model, to expert evaluation, to final calculation of results.

Documentation is generated with roxygen so you can ask R for help. Also check out the examples folder for some working examples.

Deployment

I used docker to make all the components deployable as a unit. Use the following commands to build the containers and get everything up and running:

MongoDB will be exposed inside the container cluster.

If you don't know that much about Docker here are some useful commands:

Architecture

This is made of 3 parts as defined in the docker-compose file:

For testing:

http://127.0.0.1:7748/?modelId=5b85894efccdf91528004090&expertId=chris

Previous work

There is a tool used for HDP/HDM at PSU currently, however it's old and clunky, doesn't scale, and the code has been lost in time. This project borrows some of the interface structure from that project.

Not long ago Jacob K. Yang built out a Python version of HDM. This project is borrowing some interface elements from that project.

The math work here was based on calculations provide by Dr. Ramin Neshati



cwhd/hdp-r documentation built on May 9, 2019, 4:57 a.m.