mccEvaluateClusters

Version:1.0
Provider:ws-Mcc
SOAP service’s name:
 mccEvaluateClusters-ws-Mcc (see SOAP requests for details)

Description

This web service evaluates clusters of alternatives based on the following clustering typology: non-relational, relational, ordered, {p+,p-}-exclusive relational and {p+,p-}-exclusive ordered multi-criteria clustering. It outputs 4 performance indicators.

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

Inputs

(For outputs, see below)

alternatives

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

The input value should be a valid XMCDA document whose main tag is <alternatives>.


alternativesAffectations

The alternatives affectations to the clusters.

The input value should be a valid XMCDA document whose main tag is <alternativesAffectations>.


preferenceRelation

The preference relation between alternatives.

The input value should be a valid XMCDA document whose main tag is <alternativesComparisons>.


clustersRelations

The relation between clusters.

The input value should be a valid XMCDA document whose main tag is <categoriesComparisons>.


Outputs

results

The 4 performance indicators of the clustering results.

The returned value is a XMCDA document whose main tag is <methodMessages>.


messages

A list of messages generated by the algorithm.

The returned value is a XMCDA document whose main tag is <methodMessages>.


Original xml description