Provider: | PUT |
---|---|
Version: | 1.0 |
Computes efficiency scores for the given DMUs (alternatives) using Additive Data Envelopment Analysis Model with imprecise information.
(For outputs, see below)
A list of alternatives (DMUs).
A list of criteria with specified preference direction. List has to contains at least one criterion that will be minimized (input) and at least one criterion that will be maximized (output).
Tag: criteria
Code:
<criteria>
<criterion>
<scale>
[...]
</scale>
[...]
</criterion>
[...]
</criteria>
A list of alternatives (DMUs) minimal performances (or exact performances if intervals should be created by tolerance).
Tag: performanceTable
Code:
<performanceTable>
<alternativePerformances>
<alternativeID> [...] </alternativeID>
<performance>
<criterionID>
[...]
</criterionID>
<value>[...]</value>
</performance>
[...]
</alternativePerformances>
[...]
</performanceTable>
Optional: yes, enabled by default
A list of alternatives (DMUs) maximal performances.
Tag: performanceTable
Code:
<performanceTable>
<alternativePerformances>
<alternativeID> [...] </alternativeID>
<performance>
<criterionID>
[...]
</criterionID>
<value>[...]</value>
</performance>
[...]
</alternativePerformances>
[...]
</performanceTable>
Optional: yes, disabled by default
A list of criteria linear constraints.
Tag: criteriaLinearConstraints
Code:
<criteriaLinearConstraints>
<constraint>
<element>
<criterionID> [...] </criterionID>
<coefficient>
[...]
</coefficient>
</element>
[...]
<operator>[...]</operator>
<rhs>
[...]
</rhs>
</constraint>
[...]
</criteriaLinearConstraints>
Tag: methodParameters
Code:
<methodParameters>
<parameter id="tolerance">
<value><real>%1</real></value>
</parameter>
<parameter id="transformToUtilities">
<value><boolean>%2</boolean></value>
</parameter>
<parameter id="boundariesProvided">
<value><boolean>%3</boolean></value>
</parameter>
<parameter id="functionShapeProvided">
<value><boolean>%4</boolean></value>
</parameter>
</methodParameters>
A list of pairs of pairs of DMU related with necessary preference relation.
Tag: alternativesComparisons
Code:
<alternativesComparisons>
<pairs>
<pair>
<initial>
<alternativeID>[...]</alternativeID>
</initial>
<terminal>
<alternativeID>[...]</alternativeID>
</terminal>
<values>
<value>
<real>1</real>
<value>
</values>
</pair>
[...]
</pairs>
[...]
</alternativesComparisons>
A list of pairs of pairs of DMU related with possible preference relation.
Tag: alternativesComparisons
Code:
<alternativesComparisons>
<pairs>
<pair>
<initial>
<alternativeID>[...]</alternativeID>
</initial>
<terminal>
<alternativeID>[...]</alternativeID>
</terminal>
<values>
<value>
<real>1</real>
</value>
</value>
</pair>
[...]
</pairs>
[...]
</alternativesComparisons>
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.