LearnTA
0.0.1
|
The class to manage the correspondence between states and indices. More...
#include <observation_table.hh>
Public Member Functions | |
std::shared_ptr< TAState > | toState (const std::size_t index) const |
std::vector< std::size_t > | toIndices (const std::shared_ptr< TAState > &state) const |
bool | isNew (const std::shared_ptr< TAState > &state) const |
bool | isNew (std::size_t index) const |
void | add (const std::shared_ptr< TAState > &state, const std::size_t index) |
The class to manage the correspondence between states and indices.