Learn R Programming

MDP2 (version 2.1.2)

actionWeightMat: Info about the weights of the actions in the HMDP model under consideration.

Description

Info about the weights of the actions in the HMDP model under consideration.

Usage

actionWeightMat(
  prefix = "",
  file = "actionWeight.bin",
  labels = "actionWeightLbl.bin"
)

Value

A matrix with columns (aId, ...) where aId is the action row id and ... are the weights of the action.

Arguments

prefix

A character string with the prefix added to til file(s).

file

The HMDP binary file containing the description under consideration.

labels

The HMDP binary file containing the labels under consideration.