SRFWeights

Provider:PUT
Version:1.0.0

Description

SRFWeights - computes weights of criteria using the revised Simos procedure

Inputs

(For outputs, see below)

criteria ranking

Description:

Criteria Values listing full ranking of criteria and containing information about blank cards.

method parameters

Description:

Simos? procedure needs some parameters from users.
First parameter is telling how many times the last criterion is more important than the first one in the ranking Second parameter is telling how many decimal places can be used in weight value.

GUI information:

  • Parameter values can be defined via the GUI or the XMCDA file, by default via GUI.

  • Name: criteria weight ratio

    How many times the last criterion is more important than the first one in the ranking

    • Type: float
  • Name: decimal places

    • Type: drop-down list
    • Possible values:
      • Integer value (XMCDA label : 0) (default)
      • One decimal place (XMCDA label : 1)
      • Two decimal places (XMCDA label : 2)

XMCDA related:

  • Tag: methodParameters

  • Code:

    <methodParameters>
      <parameter name="criteria_weight_ratio">
        <value>
          <real>%1</real>
        </value>
      </parameter>
      <parameter name="decimal_places">
        <value>
          <label>%2</label>
        </value>
      </parameter>
    </methodParameters>
    

Outputs

weights

Description:

Weights for each criterion generated by Simos’ procedure

XMCDA related:

  • Tag: criteriaValues

messages

Description:

Messages or errors generated by this module.

XMCDA related:

  • Tag: methodMessages

For further technical details on the web service underlying this program, have a look at its documentation here.