AggregationMethod

How the alternatives are compared to arrive at a single recommendation.

Entries

Link copied to clipboard

Compares the weighted sum of each alternative's values across the metrics. This is the additive model's own answer and uses every metric's value in proportion to its weight.

Link copied to clipboard

Compares how many metrics rank each alternative first.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.