ElectreDistillation

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

Description

This module performs distillation (upwards/downwards)

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

Inputs

(For outputs, see below)

alternatives

Alternatives to consider

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


credibility

Credibility relation

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


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 <methodParameters>. It must have the following form:

<methodParameters>
    <parameter name="direction">
    <value>
        <label>%1</label>
    </value>
</parameter>
<parameter name="alpha">
    <value>
        <real>%2</real>
    </value>
</parameter>
<parameter name="beta">
<value>
    <real>%3</real>
</value>
</parameter>
</methodParameters>

where:

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

    • downwards: Downwards distillation
    • upwards: Upwards distillation

    The default value is item0.

  • %2 is a parameter named “alpha”. This is a float. The default value is -0.15.

  • %3 is a parameter named “beta”. This is a float. The default value is 0.3.


Outputs

ranking

Result of distillation

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


messages

Messages or errors generated by this module.

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


Original xml description