Version: | 1.0.0 |
---|---|
Provider: | PUT |
SOAP service’s name: | |
PROMETHEE-PROMSORT_assignments-PUT (see SOAP requests for details) |
Computes class assignment for given alternatives using PromSort method. This method consists of two separated steps. In the first step alternatives are being assigned to categories basing on their relations with boundary profiles. This relations are computed using positive and negative flows. After first step alternative can be assigned to one or two categories. In the second step final assignment is calculated for each alternative assigned to two categories as a distance function between this alternative and alternatives assigned in first step to exactly one category. For other alternatives assignment from first step is final.
Contact: Maciej Uniejewski <maciej.uniejewski@gmail.com>
(For outputs, see below)
Definitions of criteria, their scales and preference thresholds.
The input value should be a valid XMCDA document whose main tag is <criteria>
.
Alternatives to consider.
The input value should be a valid XMCDA document whose main tag is <alternatives>
.
Definitions of categories.
The input value should be a valid XMCDA document whose main tag is <categories>
.
The performances of boundary profiles.
The input value should be a valid XMCDA document whose main tag is <performanceTable>
.
Positive flows of given alternatives and boundary profiles.
The input value should be a valid XMCDA document whose main tag is <alternativesValues>
.
Negative flows of given alternatives and boundary profiles.
The input value should be a valid XMCDA document whose main tag is <alternativesValues>
.
Definitions of boundary profiles which should be used for classes (categories) representation.
The input value should be a valid XMCDA document whose main tag is <categoriesProfiles>
.
Marks of categories (higher mark means better category). Each category need to have unique mark from 1 to C, where C is a number of categories.
The input value should be a valid XMCDA document whose main tag is <categoriesValues>
.
A set of parameters provided to tune up the module’s operation.
The input value should be a valid XMCDA document whose main tag is <methodParameters>
.
It must have the following form:
<methodParameters>
<parameter id="cutPoint">
<value>
<real>%1</real>
</value>
</parameter>
<parameter id="assignToABetterClass">
<value>
<boolean>%2</boolean>
</value>
</parameter>
</methodParameters>
where:
%1 is a parameter named “cut point”. This is a float, and the value should conform to the following constraint: The value should be between -1.0 and 1.0 (both included).. More formally, the constraint is:
%1 <= 1.0 && %1 >= -1.0
%2 is a parameter named “assign to a better class”. This is a boolean. The default value is true.
Assignments made in a first step of PromSort method. The assignment is imprecise, as some of alternatives can need next steps of PromSort method to return the final (precise) assignment.
The returned value is a XMCDA document whose main tag is <alternativesAffectations>
.
Final assignments made in a PromSort method.
The returned value is a XMCDA document whose main tag is <alternativesAffectations>
.
Messages or errors generated by this module.
The returned value is a XMCDA document whose main tag is <methodMessages>
.