getWIdx: Return the index of a weight in the model. Note that index...

Description Usage Arguments Value Author(s)

View source: R/loadMDP.R

Description

Return the index of a weight in the model. Note that index always start from zero (C++ style), i.e. the first weight, the first state at a stage etc has index 0.

Usage

1
  getWIdx(mdp, wLbl)

Arguments

mdp

The MDP loaded using loadMDP.

wLbl

The label/string of the weight.

Value

The index (integer).

Author(s)

Lars Relund lars@relund.dk


MDP documentation built on May 2, 2019, 6:48 p.m.

Related to getWIdx in MDP...