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: alternativesMatrix

discordance_binary

Description:

Discordance binary relation (comparing with alternatives or profiles)

XMCDA related:

  • Tag: alternativesMatrix

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: programParameters
  • Code:
<programParameters>
<parameter name=”comparison_with”>
<values>
<value>
<label>%1</label>

</value>

</values>

</parameter>

</programParameters>


Outputs

outranking

Description:

Computed outranking relation

XMCDA related:

  • Tag: alternativesMatrix

messages

Description:

Messages or errors generated by this module.

XMCDA related:

  • Tag: programExecutionResult

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