ElectreCrispOutrankingAggregation

Provider:PUT
Version:0.2.0

Description

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).

Inputs

(For outputs, see below)

alternatives

Description:

Alternatives to consider

classes_profiles

Optional: yes, enabled by default

Description:

Profiles to consider

XMCDA related:

  • Tag: categories

concordance_binary

Description:

Concordance binary relation

XMCDA related:

  • Tag: alternativesComparisons

discordance_binary

Description:

Discordance binary relation (comparing with alternatives or profiles)

XMCDA related:

  • Tag: alternativesComparisons

method_parameters

Description:

A set of parameters provided to tune up the module’s operation

GUI information:

  • Parameter values can be defined via the GUI or the XMCDA file, by default via GUI.

  • Name: comparison_with

    Alternatives or Profiles

    • Type: drop-down list
    • Possible values:
      • alternatives vs alternatives (XMCDA label : alternatives) (default)
      • alternatives vs boundary profiles (XMCDA label : profiles)
      • alternatives vs central (characteristic) profiles (XMCDA label : profiles)

XMCDA related:

  • Tag: methodParameters

  • Code:

    <methodParameters>
        <parameter name="comparison_with">
        <value>
            <label>%1</label>
        </value>
    </parameter>
    </methodParameters>
    

Outputs

outranking

Description:

Computed outranking relation

XMCDA related:

  • Tag: alternativesComparisons

messages

Description:

Messages or errors generated by this module.

XMCDA related:

  • Tag: methodMessages

For further technical details on the web service underlying this program, have a look at its documentation here.