Version: | 0.2.0 |
---|---|
Provider: | PUT |
SOAP service’s name: | |
ElectreComprehensiveDiscordanceIndex-PUT (see SOAP requests for details) |
Computes comprehensive discordance index from given discordance relation
Web page: https://github.com/MTomczyk/ElectreDiviz
(For outputs, see below)
Criteria to consider
The input value should be a valid XMCDA document whose main tag is <criteria>
.
Profiles to consider
The input value should be a valid XMCDA document whose main tag is <criteria>
.
Alternatives to consider
The input value should be a valid XMCDA document whose main tag is <alternatives>
.
Weights of each criterion
The input value should be a valid XMCDA document whose main tag is <criteriaValues>
.
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 <alternativesComparisons>
.
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 <methodParameters>
.
It must have the following form:
<methodParameters>
<parameter name="comparison_with">
<value>
<label>%1</label>
</value>
</parameter>
</methodParameters>
where:
%1 is a parameter named “comparison_with”. It can have the following values:
alternatives
: alternatives vs alternativesprofiles
: alternatives vs boundary profilesprofiles
: alternatives vs central (characteristic) profilesThe default value is item0.
Comprehensive discordance index
The returned value is a XMCDA document whose main tag is <alternativesComparisons>
.
Messages or errors generated by this module.
The returned value is a XMCDA document whose main tag is <methodMessages>
.