linProgCapaIdent

Provider:kappalab
Version:1.0

Description

Identifies a Mobius capacity by means of an approach using the linear programming approach proposed by Marichal and Roubens. Roughly speaking, this function determines, if it exists, the capacity compatible with a set of linear constraints that “separates” the most the provided alternatives.

  • Contact: Patrick Meyer (patrick.meyer@telecom-bretagne.eu)
  • Reference: M. Grabisch and M. Roubens (2000), Application of the Choquet Integral in Multicriteria Decision Making, in: Fuzzy Measures and Integrals: Theory and Applications, M. Grabisch, T. Murofushi, and M. Sugeno Eds, Physica Verlag, pages 415-434.

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.

alternatives

Description:

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.

XMCDA related:

  • Tag: alternatives

  • Code:

    <alternatives>
            <alternative id="..." [...]>
                    <active>[...]</active>
            </alternative>
            [...]
    </alternatives>
    

performanceTable

Description:

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

XMCDA related:

  • Tag: performanceTable

shapleyPreorder

Optional: yes, enabled by default

Description:

A valued relation on criteria expressing importance constraints on the critera. A numeric <value> indicates a minimal preference threshold for each <pair>. One <pair> represents an affirmation of the type “the Shapley importance index of criterion g1 is greater than the Shapley importance index of criterion g2 with preference threshold delta”.

XMCDA related:

  • Tag: criteriaMatrix

interactionPreorder

Optional: yes, enabled by default

Description:

A valued relation on pairs of criteria expressing constraints on value of the the Shapley interaction index. A numeric <value> indicates a minimal preference threshold for each <pair> of the relation. One <pair> represents a constraint of the type “the Shapley interaction index of the pair (g1,g2) of criteria is greater than the Shapley interaction index of the pair (g3,g4) of criteria with preference threshold delta”.

XMCDA related:

  • Tag: criteriaSets,criteriaSetsMatrix

shapleyInterval

Optional: yes, enabled by default

Description:

A list of <criterionValue> containing the constraints relative to the quantitative importance of the criteria. Each <criterionValue> contains an an <interval>. Each <criteriaValue> represents an affirmation of the type “the Shapley importance index of criterion g1 lies in the interval [a,b]”.

XMCDA related:

  • Tag: criteriaValues

interactionInterval

Optional: yes, enabled by default

Description:

A list of <criterionValue> containing the constraints relative to the type and the magnitude of the Shapley interaction index for pairs of criteria. Each <criterionValue> contains an an <interval>. Each <criteriaValue> represents an affirmation of the type “the Shapley interaction index of the pair (g1,g2) of criteria lies in the interval [a,b]”.

XMCDA related:

  • Tag: criteriaSets,criteriaSetsValues

alternativesPreorder

Description:

A valued relation relative to the preorder of the alternatives. A numeric <value> indicates a minimal preference threshold for each <pair> of the relation. One <pair> represents a constraint of the type “alternative a is preferred to alternative b with preference threshold delta”.

XMCDA related:

  • Tag: alternativesMatrix

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

mobiusCapacity

Description:

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.