| Provider: | RXMCDA |
|---|---|
| Version: | 1.0 |
-Contact: Patrick Meyer (patrick.meyer@telecom-bretagne.eu)
Computes rankings on the alternatives by distillation of alternatives’ qualification. Requires a 0-1 valued outranking relation as input. The partial ranking (intersectionDistillation) is obtained by taking the intersection of upwards and downwards distillation preorders (which are also provided). Similar to an Electre III distillation.
A list of alternatives. Alternatives can be activated or desactivated via the <active> tag (true or false). By default (no <active> tag), alternatives are considered as active.
A 0-1 valued outranking relation. The numeric <value> indicates a the valuation for each <pair> of the relation.
-Tag: alternativesComparisons
A list of messages generated by the algorithm.
-Tag: methodMessages
An <alternativesComparisons> containing the partial preorder obtained by taking the intersection of the downwards and upwards distillation preorders.
-Tag: alternativesComparisons
-Code:
<alternativesComparisons mcdaConcept="Intersection distillation"> <pairs> <pair> <initial> <alternativeID>[...]</alternativeID> </initial> <terminal> <alternativeID>[...]</alternativeID> </terminal> </pair> [...] </pairs> </alternativesComparisons>
Alternatives’ ranks in the downwards distillation preorder.
-Tag: alternativesValues
-Code:
<alternativesValues mcdaConcept="Downwards distillation"> <alternativeValue> <alternativeID>[...]</alternativeID> <value> <real>[...]</real> </value> </alternativeValue> </alternativesValues>
Alternatives’ ranks in the upwards distillation preorder.
-Tag: alternativesValues
-Code:
<alternativesValues mcdaConcept="Upwards distillation"> <alternativeValue> <alternativeID>[...]</alternativeID> <value> <real>[...]</real> </value> </alternativeValue> </alternativesValues>
For further technical details on the web service underlying this program, have a look at its documentation here.