Version: | 0.2.0 |
---|---|
Provider: | PUT |
SOAP service’s name: | |
ElectreCrispOutrankingAggregation-PUT (see SOAP requests for details) |
Computes outranking relation as an aggregation of concordance and discordance binary relations. The relation is true (1) for a pair of alternatives when there is a concordance (1) for A > B and no discordance againts A > B (0).
Web page: https://github.com/MTomczyk/ElectreDiviz
(For outputs, see below)
Alternatives to consider
The input value should be a valid XMCDA document whose main tag is <alternatives>
.
Profiles to consider
The input value should be a valid XMCDA document whose main tag is <categories>
.
Concordance binary relation
The input value should be a valid XMCDA document whose main tag is <alternativesComparisons>
.
Discordance binary relation (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.
Computed outranking relation
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>
.