Version: | 1.0.0 |
---|---|
Provider: | PUT |
Name: | PROMETHEE_veto |
SOAP service’s name: | |
PROMETHEE_veto-PUT (see SOAP requests for details) |
Computes veto indices which The key feature of this module is its flexibility in terms of the types of elements allowed to compare, i.e. alternatives vs alternatives, alternatives vs boundary profiles and alternatives vs central (characteristic) profiles.
(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>
.
The performance of alternatives.
The input value should be a valid XMCDA document whose main tag is <performanceTable>
.
The performance of profiles (boundary or central).
The input value should be a valid XMCDA document whose main tag is <performanceTable>
.
Preference direction (min or max) specified for each criterion.
The input value should be a valid XMCDA document whose main tag is <criteriaScales>
.
Preference, indifference and sigma thresholds for criteria (as constants as well as linear functions). Gaussian function needs inflection point (sigma), rest of functions need preference or indifference thresholds.
The input value should be a valid XMCDA document whose main tag is <criteriaThresholds>
.
Weights of criteria to consider.
The input value should be a valid XMCDA document whose main tag is <criteriaValues>
.
Definitions of central or boundary profiles connected with classes (categories)
The input value should be a valid XMCDA document whose main tag is <categoriesProfiles>
.
First parameter specifies the type of elements provided for comparison.
Choosing ‘boundary_profiles’ or ‘central_profiles’ requires providing inputs ‘classes_profiles’ and ‘profiles_performance_table’ as well (which are optional by default).
Second parameter specifies the type of function used for comparison of each criterion. Choosing ‘specified’ requires providing inputs “generalised_criterion” which is optional by default. Choosing some of numbers sets same function for all criteria.
The input value should be a valid XMCDA document whose main tag is <programParameters>
.
It must have the following form:
<programParameters>
<parameter id="comparison_with" name="comparison_with">
<values>
<value>
<label>%1</label>
</value>
</values>
</parameter>
<parameter id="weights_specified" name="weights_specified">
<values>
<value>
<label>%2</label>
</value>
</values>
</parameter>
</programParameters>
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 “weights specified”. It can have the following values:
specified
: Total veto coeficient is weighted average of veto on each criterionnot_specified
: Weights not specified, if veto on one criterion then veto equals 1.0The default value is item0.
Aggregated veto matrix computed from the given data. This matrix aggregates partial veto indices from all criteria into single veto index per pair of alternatives or alternatives/profiles.
The returned value is a XMCDA document whose main tag is <alternativesMatrix>
.
Veto matrix computed from the given data. This matrix shows partial veto indices for all criteria, for all pairs of alternatives or alternatives/profiles.
The returned value is a XMCDA document whose main tag is <alternativesMatrix>
.
Messages or errors generated by this module.
The returned value is a XMCDA document whose main tag is <programExecutionResult>
.