Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Impala::Application::ConceptLearnClient::ConceptLearnClient (  )  [inline]

Definition at line 17 of file mainConceptLearnClient.cpp.

References DoActiveLearning(), Impala::CmdOptions::GetInstance(), ILOG_INFO, and mALE.

00018     {
00019         CmdOptions& options = CmdOptions::GetInstance();
00020 
00021         mALE = new ActiveLearnEngineQuids();
00022 
00023         ILOG_INFO("Starting online learning...");
00024         DoActiveLearning();
00025     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:37:11 2010 for ImpalaSrc by  doxygen 1.5.1