/ahp-tool

Analytic Hierarchy Process (AHP) Tool

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Analytic Hierarchy Process (AHP) Tool

To try it out, go to https://comcastsamples.github.io/ahp-tool/

Pull requests are welcome :-)

What is the Analytic Hierarchy Process?

It is a structured technique to aid you and your teams in decision making. Wikipedia's article on AHP does an excellent job explaining it.

With the help of the ahp node package and charist.js, we were able to make this AHP visualization tool a reality.

Development

$ npm install

$ npm run build

$ npm start

You can also click this link index.html in your browser after running npm install