Provider: | kappalab |
---|---|
Version: | 1.0 |
Computes the favor indices of a Choquet integral from the underlying normalised Mobius transform of a capacity.
(For outputs, see below)
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 Mobius transform of a capacity.
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>
Indicates the level of k-additivity of the Mobius capacity (the Mobius transform of subsets whose cardinal is superior to k vanishes).
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).
Tag: programParameters
Code:
<programParameters>
<parameter name="kAdditivity"> <!-- name: REQUIRED -->
<values>
<value>
<integer>%1</integer>
</value>
</values>
</parameter>
</programParameters>
A list of favour indices. The favour indices are stored in a <criterionValue> for each criterion.
Tag: criteriaValues
Code:
<criteriaValues mcdaConcept="favorValues">
<criterionValue>
[...]
</criterionValue>
[...]
</criteriaValues>
A list of messages generated by the algorithm.
For further technical details on the web service underlying this program, have a look at its documentation here.