AHP_criteriaWeights

Version:1.1.0
Provider:PUT
SOAP service’s name:
 AHP_criteriaWeights-PUT (see SOAP requests for details)

Description

Computes criteria weights using AHP method.

Contact: Witold Kupś <witkups@gmail.com>

Web page: https://github.com/Azbesciak/DecisionDeck

Inputs

(For outputs, see below)

criteria

Criteria for comparison on all hierarchy level - must include root criterion also

The input value should be a valid XMCDA document whose main tag is <criteria>.


criteria_comparisons

Matrix of pairwise comparisons between criteria. The rows and the columns are named according to the IDs of the criterion. Each cell of the matrix contains an intensity of importance on the AHP scale, which is an integer. The inverse intensity is calculated automatically.

The input value should be a valid XMCDA document whose main tag is <criteriaMatrix>.


Outputs

weights

Weights for criteria

The returned value is a XMCDA document whose main tag is <criteriaValues>.


messages

Messages or errors generated by this module

The returned value is a XMCDA document whose main tag is <programExecutionResult>.


Original xml description