#include <ActiveLearnEngineQuids.h>
Collaboration diagram for Impala::Samples::ActiveLearnEngineQuids:
Public Types | |
typedef std::list< Core::Trec::QuidResult > | QuidResultList |
Public Member Functions | |
ActiveLearnEngineQuids () | |
void | PrepareNewID () |
std::string | GetID () |
bool | RequestSubmitted () |
int | GetErrCount () |
void | PrepRequest () |
void | AddPositive (Quid q) |
void | AddNegative (Quid q) |
void | SubmitRequest () |
bool | HasResults () |
QuidResultList | RetrieveResults () |
bool | Ready () |
Private Attributes | |
std::string | mActiveID |
Core::Table::AnnotationTable * | mAnnotations |
Util::Database * | mALDatabase |
bool | mInfoSent |
int | mErrCount |
Timer * | mTimer |
ILOG_VAR_DEC |
Definition at line 20 of file ActiveLearnEngineQuids.h.