AHP_priorities

Provider:PUT
Version:1.1.0

Description

Computes ranking for given alternatives and criteria using AHP method.

Inputs

(For outputs, see below)

criteria

Description:

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

alternatives

Description:

Definitions of alternatives

XMCDA related:

  • Tag: alternatives

hierarchy of criteria

Description:

Hierarchy of criteria

XMCDA related:

  • Tag: hierarchy

criteria comparisons

Description:

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.

XMCDA related:

  • Tag: criteriaMatrix

preference of alternatives

Description:

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.

XMCDA related:

  • Tag: alternativesMatrix

Outputs

final scores

Description:

Scores of alternatives

XMCDA related:

  • Tag: alternativesValues

messages

Description:

Messages or errors generated by this module.

XMCDA related:

  • Tag: programExecutionResult

For further technical details on the web service underlying this program, have a look at its documentation here.