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

double Impala::Application::IDash::TrecEngine::GetTableSimilarityScore ( int  table,
int  row 
) [inline]

Definition at line 95 of file TrecEngine.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get1(), Impala::Core::Table::SimilarityTableSet::GetSimTable(), and mConcepts.

00096     {
00097         SimTableType *t = mConcepts->GetSimTable(table);
00098         return (double)t->Get1(row);
00099     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:42:06 2010 for ImpalaSrc by  doxygen 1.5.1