Compute.Model {mau} | R Documentation |
Evaluation of decision tree nodes. All the MAUT model is computed at every level the utilities are computed considering the given weights.
Compute.Model(tree, utilities, weights)
tree |
initial tree structure with utilities in its leafs. |
utilities |
data.table with ordered columns containing the values of utilities. |
weights |
weights for the decision model. |
The whole decision model can be computed a any level and represented in a table format.
data.table structure containing the utilities of the model for every level the decision tree.
Pedro Guarderas, Andrés Lopez pedro.felipe.guarderas@gmail.com
Stand.String
, Read.Utilities
, Eval.Utilities
,
Read.Tree
, Make.Decision.Tree
, Sim.Const.Weights
.
vignette( topic = 'Running_MAUT', package = 'mau' )