ElectreComprehensiveDiscordanceIndex

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

Description

Computes comprehensive discordance index from given discordance relation

Web page: https://github.com/MTomczyk/ElectreDiviz

Inputs

(For outputs, see below)

criteria

Criteria to consider

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


alternatives

Alternatives to consider

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


profiles (optional)

Profiles to consider

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


weights

Weights of each criterion

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


discordance

Discordance real-value relation (for each criterion; comparing with alternatives or profiles)

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


method_parameters

A set of parameters provided to tune up the module’s operation

The input value should be a valid XMCDA document whose main tag is <programParameters>. It must have the following form:

<programParameters>
<parameter name=”comparison_with”>
<values>
<value>
<label>%1</label>

</value>

</values>

</parameter>

</programParameters>

where:

  • %1 is a parameter named “comparison_with”. It can have the following values:

    • alternatives: alternatives vs alternatives
    • profiles: alternatives vs boundary profiles
    • profiles: alternatives vs central (characteristic) profiles

    The default value is item0.


Outputs

discordance

Comprehensive discordance index

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


messages

Messages or errors generated by this module.

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


Original xml description