randomNormalizedPerformanceTable

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

Description

Generates a performance table with numeric values in the real unit interval, from a uniform distribution.

Contact: Patrick Meyer (patrick.meyer@telecom-bretagne.eu) and Helene Schmitz

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.

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

<criteria>
    <criterion>
        <active>[...]</active>
        [...]
    </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>

seed (optional)

The seed for the random numbers generator (integer).

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

<methodParameters>
    <parameter
         name="seed"> <!-- REQUIRED  -->
        <value>
            <integer>%1</integer>
        </value>
    </parameter>
</methodParameters>

where:

  • %1 is a parameter named “seed”. This is a int, and the value should conform to the following constraint: An integer value.. More formally, the constraint is:

    %1 > 0
    

    The default value is 1.


Outputs

performanceTable

A performance table. The evaluations are random numeric values in the real unit interval.

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