Version: | 1.0 |
---|---|
Provider: | PyXMCDA |
SOAP service’s name: | |
ElectreTriBMInference-PyXMCDA (see SOAP requests for details) |
This web service allows to infer parameters of a Bouyssou-Marchant Electre Tri relation on basis of reference actions affectations
Contact: Olivier Sobrie (olivier.sobrie@gmail.com)
Reference: Agnès Leroy: Apprentissage des paramètres d’une méthode multicritère de tri ordonné
(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. Preference Direction of the criteria can also be set.
The input value should be a valid XMCDA document whose main tag is <criteria>
.
A list of reference alternatives. Alternatives can be activated or desactivated 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>
.
A performance table. The evaluations should be numeric values, i.e. <real>, <integer> or <rational>.
The input value should be a valid XMCDA document whose main tag is <performanceTable>
.
Assignment of reference alternatives
The input value should be a valid XMCDA document whose main tag is <alternativesAffectations>
.
The list of categories and their rank (required!).
The input value should be a valid XMCDA document whose main tag is <categories>
.
The set of criteria weights to use (optional)
The input value should be a valid XMCDA document whose main tag is <criteriaValues>
.
The credibility threshold to use (optional)
The input value should be a valid XMCDA document whose main tag is <methodParameters>
.
The categories profiles to use (optional)
The input value should be a valid XMCDA document whose main tag is <categoriesProfiles>
.
The performance table of containing the reference alternatives to use (optional)
The input value should be a valid XMCDA document whose main tag is <performanceTable>
.
A list of messages generated by the algorithm.
The returned value is a XMCDA document whose main tag is <methodMessages>
.
The set of criteria weights generated by the algorithm
The returned value is a XMCDA document whose main tag is <criteriaValues>
.
The categories profiles computed by the algorithm
The returned value is a XMCDA document whose main tag is <categoriesProfiles>
.
The performance table of containing the reference alternatives
The returned value is a XMCDA document whose main tag is <performanceTable>
.
The reference alternatives that are compatible with the profiles, weights and lamdda computed by the algorithm
The returned value is a XMCDA document whose main tag is <alternatives>
.
The credibility threshold computed by the algorithm
The returned value is a XMCDA document whose main tag is <methodParameters>
.