plotCriteriaComparisons

Provider:RXMCDA
Version:1.0

Description

Generates a graph representing a partial preorder on the criteria.

Please note: this program is deprecated and it is replaced by plotCriteriaComparisons in package ITTB.

Inputs

(For outputs, see below)

criteria

Description:

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.

criteriaComparisons

Description:

A valued relation relative to the partial preorder of the criteria. A numeric <value> indicates a the valuation for each <pair> of the relation.

XMCDA related:

  • Tag: criteriaComparisons

cutLevel

Description:

A real value indicating above which level the valued relation (comparisons) should be considered as validated.

GUI information:

  • Parameter values can be defined via the GUI or the XMCDA file, by default via GUI.

  • Name: cutLevel

    A real value indicating above which level the valued relation (comparisons) should be considered as validated.

    • Type: float

XMCDA related:

  • Tag: methodParameters

  • Code:

    <methodParameters>
        <parameter
             name="cutlevel"> <!-- REQUIRED  -->
            <value>
                <real>%1</real>
            </value>
        </parameter>
    </methodParameters>
    

Outputs

criteriaComparisonsPlot

Description:

A string containing the base64 representation of the png image of the graph generated by the R statistical software.

XMCDA related:

  • Tag: criterionValue

messages

Description:

A list of messages generated by the algorithm.

XMCDA related:

  • Tag: methodMessages

For further technical details on the web service underlying this program, have a look at its documentation here.