ElectreTriClassAssignments

Provider:PUT
Version:0.2.0

Description

ElectreTriClassAssignments - computes assignments according to the Electre TRI method. It generates separate outputs for the conjuctive (‘pessimistic’) and disjunctive (‘optimistic’) assignments.

Inputs

(For outputs, see below)

alternatives

Description:

Alternatives to consider.

classes

Description:

Definitions of the classes (categories) to be considered for the assignments. Each class must have its rank provided as an integer, where the lowest number defines the most preferred class.

XMCDA related:

  • Tag: categories

outranking

Description:

Outranking relations for pairs of alternatives and boundary profiles, which should be used in exploitation procedure. This input should be provided in a ‘crisp’ form, i.e. it should contain only pairs where outranking occurs, but without assigning any explicit value (e.g. ‘1.0’) to them. For example:

<alternativesMatrix mcdaConcept=”alternativesProfilesComparisons”>
<row>

<alternativeID>a01</alternativeID> <column>

<alternativeID>a05</alternativeID> <values><value><NA/></value></values>

</column> <column>

<alternativeID>a06</alternativeID> <values><value><NA/></value></values>

</column> […]

</row> […]

</alternativesMatrix>

XMCDA related:

  • Tag: alternativesMatrix

classes_profiles

Description:

Definitions of the boundary actions (profiles).

XMCDA related:

  • Tag: categoriesProfiles

Outputs

assignments_conjuctive

Description:

Resulting class assignments in the conjuctive (‘pessimistic’) order.

XMCDA related:

  • Tag: alternativesAssignments

assignments_disjunctive

Description:

Resulting class assignments in the disjunctive (‘optimistic’) order.

XMCDA related:

  • Tag: alternativesAssignments

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.