Provider: | ITTB |
---|---|
Version: | 1.0 |
This web service generates a transformed numeric performance table. The performance table before transformation contains numeric values, booleans, labels or a mixture of these types.
(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. You can suggest in the scale tag a numeric transformation for the corresponding criterion.
A list of alternatives. Alternatives can be activated or desactivated via the <active> tag (true or false). By default (no <active> tag), alternatives are considered as active.
Tag: alternatives
Code:
<alternatives>
<alternative id="..." [...]>
<type>real</type>
<active>true</active>
</alternative>
[...]
</alternatives>
A performance table. The evaluations should be only real or integer numeric values, boolean or label i.e. <real> , <integer> , <boolean> or <label>.
The transformed numeric performance table.
A list of messages generated by the algorithm.
For further technical details on the web service underlying this program, have a look at its documentation here.