LearnTA  0.0.1
Public Member Functions | List of all members
learnta::SUL Class Referenceabstract

Interface of the system under learning. More...

#include <sul.hh>

Inheritance diagram for learnta::SUL:
Inheritance graph
[legend]

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.
 

Detailed Description

Interface of the system under learning.


The documentation for this class was generated from the following file: