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

virtual void Impala::Core::Training::TrainDataSrcKernelDistributed::SelectValid (  )  [inline, virtual]

Definition at line 62 of file TrainDataSrcKernelDistributed.h.

References ILOG_INFO, Impala::Core::Training::TrainDataSrc::mAnnotation, mKernelQuids, Impala::Core::Training::TrainDataSrc::mQuids, Impala::Core::Table::Select(), Impala::Core::Training::TrainDataSrc::SetAnnotation(), and Impala::Core::Table::Table::Size().

Referenced by TrainDataSrcKernelDistributed().

00063     {
00064         ILOG_INFO("SelectValid called, quids before: "<< mQuids->Size());
00065         Table::CriterionElement1InSet<Table::AnnotationTable> eq(mKernelQuids);
00066         ILOG_INFO("nr quids in kernel quids = " << mKernelQuids->Size());
00067         SetAnnotation(Select(mAnnotation, eq));
00068         ILOG_INFO("quids after: "<< mQuids->Size());
00069     }

Here is the call graph for this function:


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