Version: | 1.0.0 |
---|---|
Provider: | PUT |
Name: | PROMETHEE_discordance |
SOAP service’s name: | |
PROMETHEE_discordance-PUT (see SOAP requests for details) |
Computes aggregated discordance indices and partial discordance indices.
(For outputs, see below)
Criteria 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>
.
Preferences indices for all pairs of alternatives/ alternatives and profiles on each criterion
The input value should be a valid XMCDA document whose main tag is <alternativesComparisons>
.
Definitions of central or boundary profiles connected with classes (categories)
The input value should be a valid XMCDA document whose main tag is <categoriesProfiles>
.
Parameter specifies the technical parameter for aggregating discordances.
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>
<parameter name="technical_parameter">
<value>
<integer>%2</integer>
</value>
</parameter>
</methodParameters>
where:
%1 is a parameter named “comparison with”. It can have the following values:
alternatives
: alternatives vs alternativesboundary_profiles
: alternatives vs boundary profilescentral_profiles
: alternatives vs central (characteristic) profilesThe default value is item0.
%2 is a parameter named “technical parameter”. This is a int.
Aggregated discordance matrix computed from the given data. This matrix aggregates partial discordance indices from all criteria into single discordance index per pair of alternatives or alternatives/profiles.
The returned value is a XMCDA document whose main tag is <alternativesComparisons>
.
Discordance matrix computed from the given data. This matrix shows partial discordance indices for all criteria, for all pairs of alternatives or alternatives/profiles.
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>
.