CDiscreteStochasticEstimatedModel Class Reference
Estimated
Model for Discrete States. More...
#include <ctheoreticalmodel.h>
Inheritance diagram for CDiscreteStochasticEstimatedModel:
List
of all members.
Detailed Description
Estimated Model for Discrete States.
Implements the fuction nextStep for updating.
CDiscreteStochasticEstimatedModel updates the transitions of the
specified discrete state number with visit factor 1.0. To retrieve
the state from the statecollection the in the constructor given
discretizer is used.
- See also:
- CAbstractFeatureStochasticEstimatedModel
Constructor & Destructor Documentation
| virtual
CDiscreteStochasticEstimatedModel::~CDiscreteStochasticEstimatedModel
|
( |
|
) |
[inline,
virtual] |
|
Member Function Documentation
| int
CDiscreteStochasticEstimatedModel::getStateActionVisits
|
( |
int |
Feature,
|
|
|
int |
action |
|
) |
|
|
| |
Returns the State Action Visits.
Returns how often the given action was choosen in the given
state. The State Action visits are stored in saVisits.
Reimplemented from CAbstractFeatureStochasticEstimatedModel.
|
| int
CDiscreteStochasticEstimatedModel::getStateVisits
|
( |
int |
Feature |
) |
|
|
Member Data Documentation
The documentation for this class was generated from the following
file:
|