LearnTA
0.0.1
|
Interface of the system under learning. More...
#include <sul.hh>
Public Member Functions | |
virtual void | pre ()=0 |
The function should be called before feeding each timed word. | |
virtual void | post ()=0 |
The function should be called after feeding each timed word. | |
virtual bool | step (char action)=0 |
Feed a discrete action. | |
virtual bool | step (double duration)=0 |
Feed time elapse. | |
virtual std::size_t | count () const =0 |
Returns the number of queries. | |
Interface of the system under learning.