ElectreTriExploitation

Provider:J-MCDA
Version:0.2

Description

-Contact: Olivier Cailloux <[email protected]>

-Web page: https://sourceforge.net/projects/j-mcda/

-Reference: None

Computes assignments according to the Electre TRI procedure.

Inputs

all_alternatives

Description:

The alternatives and profiles to consider.

categories_profiles

Description:

The profiles of the categories in which alternatives are to be sorted.

XMCDA related:

-Tag: categoriesProfiles

weights

Description:

The weights of the criteria to consider.

XMCDA related:

-Tag: criteriaValues

performances

Description:

The performances of the alternatives and profiles.

XMCDA related:

-Tag: performanceTable

cut_threshold

Description:

The majority threshold specifying where to cut the outranking relation.

XMCDA related:

-Tag: methodParameters

-Code:

<methodParameters>
   <parameter>
         <value>
            <real>%1</real>
         </value>
   </parameter>
</methodParameters>

GUI information:

-Status: define parameter value via XMCDA file or input by hand, by default via input by hand.

-Name: cut_threshold


criteria

Description:

The criteria to consider (with preference and indifference thresholds).

XMCDA related:

-Tag: criteria

categories

Description:

The categories in which alternatives are to be sorted.

XMCDA related:

-Tag: categories

sorting_mode

Description:

The type of sorting to use (optimistic, pessimistic or both).

XMCDA related:

-Tag: methodParameters

-Code:

<methodParameters>
   <parameter>
         <value>
            <label>%1</label>
         </value>
   </parameter>
</methodParameters>

GUI information:

-Status: define parameter value via XMCDA file or input by hand, by default via input by hand.

-Name: sorting_mode

-Possible values:
  • OPTIMISTIC : Optimistic sorting. (item0)
  • PESSIMISTIC : Pessimistic sorting. (item1)
  • BOTH : Sorting both optimistic and pessimistic. (item2)

-Default value: item0


Outputs

affectations

Description:

The affectations of the alternatives computed from the given input data.

XMCDA related:

-Tag: alternativesAffectations

messages

Description:

A status message.

XMCDA related:

-Tag: methodMessages

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