Info about the actions in the HMDP model under consideration.
actionInfo(
prefix = "",
file = "actionIdx.bin",
weightFile = "actionWeight.bin",
transPrFile = "transProb.bin",
labels = "actionIdxLbl.bin"
)
A matrix with columns from actionIdxMat
,
actionCostMat
and transProbMat
if labels is NULL. If labels
not are NULL then a data frame are returned with a label column too.
A character string with the prefix added to til file(s).
The HMDP binary file containing the description under consideration.
The HMDP binary file containing the action costs.
The HMDP binary file containing the transition probabilities.
The HMDP binary file containing the labels under consideration.