| Version: | 1.0 |
|---|---|
| Provider: | RXMCDA |
| SOAP service’s name: | |
| plotCriteriaValues-RXMCDA (see SOAP requests for details) | |
Generates a barplot representing a numeric quantity for each criterion, like, e.g., an importance value.
Contact: Patrick Meyer (patrick.meyer@telecom-bretagne.eu)
(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.
The input value should be a valid XMCDA document whose main tag is <criteria>. It must have the following form:
<criteria>
<criterion>
<active>[...]</active>
[...]
</criterion>
[...]
</criteria>
A list of <criterionValue> representing a certain numeric quantity for each criterion, like, e.g., an importance value.
The input value should be a valid XMCDA document whose main tag is <criteriaValues>.
A list of messages generated by the algorithm.
The returned value is a XMCDA document whose main tag is <methodMessages>.
A string containing the base64 representation of the png image of the barplot generated by the R statistical software.
The returned value is a XMCDA document whose main tag is <criterionValue>.