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

int Impala::Core::Trec::SearchJudge::Judge ( String  topic,
String  shot 
) [inline]

Definition at line 115 of file SearchJudge.h.

References mJudgeShot, mJudgeTopic, and mJudgeValue.

Referenced by Impala::Application::Util::DoJudgeConcepts(), Impala::Application::Util::DoTrecJudge(), Impala::Core::Trec::SearchResult::Judge(), and Judge().

00116     {
00117         for (int i=0 ; i<mJudgeTopic.size() ; i++)
00118             if (mJudgeTopic[i] == topic)
00119                 if (mJudgeShot[i] == shot)
00120                     return mJudgeValue[i];
00121         return -2;
00122     }


Generated on Fri Mar 19 11:25:36 2010 for ImpalaSrc by  doxygen 1.5.1