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

std::vector<String> Impala::Core::Training::Factory::MakeConceptList (  )  [inline]

Definition at line 210 of file Factory.h.

References Impala::Core::Database::RawDataSet::GetLocator(), mConceptNumber, mConceptSet, mConceptStart, mDataSet, and Impala::Util::SubSelectInPlace().

Referenced by Impala::Application::CrossValidate(), SelectQuids(), and Impala::Application::TrainModel().

00211     {
00212         typedef Persistency::KeywordListLocator KeywordListLocator;
00213         typedef Persistency::KeywordListRepository KeywordListRepository;
00214         KeywordListLocator loc(mDataSet->GetLocator(), mConceptSet);
00215         std::vector<String> conceptList = *(KeywordListRepository().Get(loc));
00216 
00217         // truncate the concept list according to conceptStart and conceptNumber
00218         Util::SubSelectInPlace(&conceptList, mConceptStart, mConceptNumber);
00219         return conceptList;
00220     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:13 2011 for ImpalaSrc by  doxygen 1.5.1