Decision Deck project

diviz software

Using diviz: Developer's corner:

XMCDA standard

XMCDA web services

Frozen initiatives



MccP

Provider:PyXMCDA
Version:1.0

Description

-Contact: Alexandru Olteanu (alexandru.olteanu@uni.lu)

This web service allows to compute ordered clusters of alternatives from an outranking relation with the aim of maximizing the indifference between the alternatives inside the same cluster, and maximizing the preference relations in one direction or another between different clusters.

Inputs

alternatives

Description:

A list of alternatives. Alternatives can be activated or dezactivated via the <active> tag (true or false). By default (no <active> tag), alternatives are considered as active.

alternativesComparisons

Description:

The outranking relation used to compare the objects.

XMCDA related:

-Tag: alternativesComparisons

parameters

Description:

The 4 method parameters: min (real value) - the minimum of the valuation domain of the relation; max (real value) - the maximum of the valuation domain of the relation; cut (real value) - the cut level of the relation (for a relation valued between 0(false) and 1(true) we normally have a 0.5 cut level; for a relation valued between -1 and 1 we normally have a 0 cut level); bipolar (boolean value) - the type of cut on the relation (false means a classic, true means bipolar)

XMCDA related:

-Tag: methodParameters

Outputs

messages

Description:

A list of messages generated by the algorithm.

XMCDA related:

-Tag: methodMessages

clusters

Description:

The clusters names.

XMCDA related:

-Tag: categories

alternativesAffectations

Description:

The alternatives clusters affectations.

XMCDA related:

-Tag: alternativesAffectations

clustersComparisons

Description:

The relation between clusters.

XMCDA related:

-Tag: categoriesComparisons

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