Version: | 0.1.0 |
---|---|
Provider: | PUT |
SOAP service’s name: | |
cutRelationCrisp-PUT (see SOAP requests for details) |
cutRelationCrisp - this module applies cut threshold to the credibility matrix provided as input, which may result from comparison between pairs of alternatives or alternatives and profiles (boundary or central). The resulting outranking relations will be produced only for the pairs of alternatives (or alternatives/profiles) for which cut threshold is equal or exceeded (hence ‘crisp’ in its name), but without assigning any explicit values (e.g. ‘1.0’) to them.
Web page: http://github.com/xor-xor/electre_diviz
(For outputs, see below)
Alternatives to consider.
The input value should be a valid XMCDA document whose main tag is <alternatives>
.
Credibility matrix, which may be a result of comparison between alternatives or alternatives/profiles (boundary or central).
The input value should be a valid XMCDA document whose main tag is <alternativesComparisons>
.
Definitions of profiles (boundary or central) which should be used for classes (categories) representation.
The input value should be a valid XMCDA document whose main tag is <categoriesProfiles>
.
A set of parameters (with sensible defaults) 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 name="comparison_with">
<value>
<label>%1</label>
</value>
</parameter>
<parameter name="cut_threshold">
<value>
<real>%2</real>
</value>
</parameter>
</methodParameters>
where:
%1 is a parameter named “comparison_with”. It can have the following values:
alternatives
: alternatives vs alternativesboundary_profiles
: alternatives vs boundary profilescentral_profiles
: alternatives vs central (characteristic) profilesThe default value is item0.
%2 is a parameter named “cut_threshold”. This is a float, and the value should conform to the following constraint: The value should be in range <0, 1>.. More formally, the constraint is:
0.0 <= %2 && %2 <= 1.0
The default value is 0.7.
Resulting ‘crisp’ outranking relations.
The returned value is a XMCDA document whose main tag is <alternativesComparisons>
.
Messages or errors generated by this module.
The returned value is a XMCDA document whose main tag is <methodMessages>
.