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:
|