Additive MODAModel
Represents a multi-objective decision analysis (MODA) model that uses an additive model for the attribute valuation. The supplied weights must correspond to weights within the model.
Parameters
the definition for each metric and the value function to apply for the metric
the weights for each metric, by default they will be equal
Constructors
Functions
Changes or assigns the weights for the additive model. The required number of metrics must be the number of metrics defined for the model. And, the metrics must all be in the model. The weights are normalized to ensure that they sum to 1.0 and are individually between 0, 1. The total weight supplied must be greater than 0.0. After assignment the total weight should be equal to 1.0.
Extracts metric data for use in databases and other applications.
Computes the multi-objective (overall) value for the specified alternative. The supplied alternative (name) must be within the model.
Returns the results as a database holding ScoreData, ValueData, and OverallValueData tables (tblScores, tblValues, tblOverall).