computeNumericPerformanceTable

Version:1.0
Provider:ITTB
SOAP service’s name:
 computeNumericPerformanceTable-ITTB (see SOAP requests for details)

Description

This web service generates a transformed numeric performance table. The performance table before transformation contains numeric values, booleans, labels or a mixture of these types.

Contact: Dhouha Kbaier (dhouha.kbaier@telecom-bretagne.eu)

Inputs

(For outputs, see below)

criteria

A list of criteria. Criteria can be activated or desactivated via the <active> tag (true or false). By default (no <active> tag), criteria are considered as active. You can suggest in the scale tag a numeric transformation for the corresponding criterion.

The input value should be a valid XMCDA document whose main tag is <criteria>. It must have the following form:

<criteria>
    <criterion>
        <active>[...]</active>
        [...]
        <scale>
                            <qualitative>
                                   <rankedLabel>
                                          <label>[...]</label>
                                          <rank>[...]</rank>
                                   </rankedLabel>
                                   [...]
                            </qualitative>
                 </scale>
    </criterion>
    [...]
</criteria>

alternatives

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>

performanceTable

A performance table. The evaluations should be only real or integer numeric values, boolean or label i.e. <real> , <integer> , <boolean> or <label>.

The input value should be a valid XMCDA document whose main tag is <performanceTable>.


Outputs

transformedNumericPerformanceTable

The transformed numeric performance table.

The returned value is a XMCDA document whose main tag is <performanceTable>.


messages

A list of messages generated by the algorithm.

The returned value is a XMCDA document whose main tag is <methodMessages>.


Original xml description