capacityVariance

Provider:kappalab
Version:1.0

Description

Computes the normalized variance of the Mobius transform of a capacity.

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.

mobiusCapacity

Description:

The Mobius transform of a capacity.

XMCDA related:

  • Tag: criteriaSets,criteriaSetsValues

  • Code:

    <criteriaSets>
            <criteriaSet id="criteriaSet_1">
                    <element>
                            <criterionID>...</criterionID>
                            [...]
                    </element>
            </criteriaSet>
            [...]
    </criteriaSets>
    <criteriaSetsValues mcdaConcept="capacityMoebius">
            <criteriaSetValue>
                    <criteriaSetID>criteriaSet_1</criteriaSetID>
                    <values>
                            <value>
                                    <real>...</real>
                            </value>
                    </values>
            </criteriaSetValue>
            [...]
    </criteriaSetsValues>
    

kAdditivity

Description:

Indicates the level of k-additivity of the Mobius capacity (the Mobius transform of subsets whose cardinal is superior to k vanishes).

GUI information:

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

  • Name: kAdditivity

    Indicates the level of k-additivity of the Mobius capacity (the Mobius transform of subsets whose cardinal is superior to k vanishes).

    • Constraint description: The value should be a positive integer, less than or equal to the number of criteria.
    • Type: integer
    • Default value: 1

XMCDA related:

  • Tag: programParameters

  • Code:

    <programParameters>
            <parameter name="kAdditivity"> <!-- name: REQUIRED -->
                    <values>
                            <value>
                                    <integer>%1</integer>
                            </value>
                    </values>
            </parameter>
    </programParameters>
    

Outputs

capacityVariance

Description:

The normalised variance, computed from the Mobius transform of a capacity.

XMCDA related:

  • Tag: criteriaSets,criteriaSetsValues

messages

Description:

A list of messages generated by the algorithm.

XMCDA related:

  • Tag: programExecutionResult

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