Version: | 1.0 |
---|---|
Provider: | RXMCDA |
SOAP service’s name: | |
multipleAlternativesValuesKendalls-RXMCDA (see SOAP requests for details) |
Calculates the correlation index between multiple rankings of alternatives (represented by lists of ranks).
Contact: Patrick Meyer (patrick.meyer@telecom-bretagne.eu)
(For outputs, see below)
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.
The input value should be a valid XMCDA document whose main tag is <alternatives>
.
It must have the following form:
<alternatives>
<alternative>
<active>[...]</active>
[...]
</alternative>
[...]
</alternatives>
A list of <alternativeValue> in an <alternativesValues> containing the rank of each alternative. The <value> should be a numeric value.
The input value should be a valid XMCDA document whose main tag is <alternativesValues>
.
A list of <alternativeValue> in an <alternativesValues> containing the rank of each alternative. The <value> should be a numeric value.
The input value should be a valid XMCDA document whose main tag is <alternativesValues>
.
A list of messages generated by the algorithm.
The returned value is a XMCDA document whose main tag is <methodMessages>
.
An <alternativeValue> containing the Kendall correlation index of the two rankings of alternatives.
The returned value is a XMCDA document whose main tag is <alternativeValue>
.
It has the following form:
<alternativeValue mcdaConcept="kendallCorrelation">
[...]
</alternativeValue>