Learn R Programming

mau (version 0.1.2)

Compute.Model: Evaluation of decision tree nodes

Description

Evaluation of decision tree nodes. All the MAUT model is computed at every level the utilities are computed considering the given weights.

Usage

Compute.Model(tree, utilities, weights)

Arguments

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.

Value

data.table structure containing the utilities of the model for every level the decision tree.

Details

The whole decision model can be computed a any level and represented in a table format.

See Also

Stand.String, Read.Utilities, Eval.Utilities, Read.Tree, Make.Decision.Tree, Sim.Const.Weights.

Examples

Run this code
# NOT RUN {
vignette( topic = 'Running_MAUT', package = 'mau' )
# }

Run the code above in your browser using DataLab