Version: | 1.1.0 |
---|---|
Provider: | PUT |
SOAP service’s name: | |
AHP_priorities-PUT (see SOAP requests for details) |
Computes ranking for given alternatives and criteria using AHP method.
Contact: Witold Kupś <witkups@gmail.com>
(For outputs, see below)
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>
.
Definitions of alternatives
The input value should be a valid XMCDA document whose main tag is <alternatives>
.
Hierarchy of criteria
The input value should be a valid XMCDA document whose main tag is <hierarchy>
.
Matrix containing the pairwise comparison matrix for the criteria weights. Rows and columns are named according to the IDs of the parent criterion (or root’s ID if there is no higher level 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 <criteriaComparisons>
.
Matrices of pairwise comparisons (comparing alternatives) for each criterion. Each matrix is identified (id) according to the IDs of the criteria. In each matrix, the rows and the columns are named according to the IDs of the alternatives. 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 <alternativesComparisons>
.
Scores of alternatives
The returned value is a XMCDA document whose main tag is <alternativesValues>
.
Messages or errors generated by this module.
The returned value is a XMCDA document whose main tag is <methodMessages>
.