BWM-weights

Provider:PUT
Version:1.0.0

Description

Computes criteria weights using BWM method.

Inputs

(For outputs, see below)

criteria

Description:

Criteria for comparison

best_to_others

Description:

Preference of the best criterion over all the other criteria.

XMCDA related:

  • Tag: criteriaComparisons

others_to_worst

Description:

Preference of all the criteria over the worst criterion.

XMCDA related:

  • Tag: criteriaComparisons

parameters

Description:

Parameter input type specifies whether the given preferences are integer or real.

GUI information:

  • Parameter values can be defined via the GUI or the XMCDA file, by default via GUI.
  • Name: input type
    • Type: drop-down list
    • Possible values:
      • Integer (XMCDA label : integer) (default)
      • Real (XMCDA label : real)

XMCDA related:

  • Tag: methodParameters

  • Code:

    <methodParameters>
            <parameter id="input_type" name="input_type">
                    <value>
                            <label>%1</label>
                    </value>
            </parameter>
    </methodParameters>
    

Outputs

weights

Description:

Weights for criteria

XMCDA related:

  • Tag: criteriaValues

messages

Description:

Messages or errors generated by this module. It also contains the minimum value of ksi found by the solver, and the value of Consistency Ratio of result.

XMCDA related:

  • Tag: methodMessages

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