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

void Impala::Core::Table::BayesFusion::DoFusion ( double  alpha,
bool  bUseAnnoMatrix = true 
) [inline]

Definition at line 78 of file BayesFusion.h.

References DumpConceptSimilarityTableSet(), DumpGenreSimilarityTableSet(), ExecuteBayesFusion(), Initialization(), and Impala::Core::Table::Bayes::mbDumpTable.

00079     {
00080         if (Initialization())
00081         {
00082             mbDumpTable = false;
00083             if (mbDumpTable)
00084             {
00085                 DumpGenreSimilarityTableSet();
00086                 DumpConceptSimilarityTableSet();   
00087             }
00088       
00089             ExecuteBayesFusion(alpha, bUseAnnoMatrix);
00090         }
00091         else
00092         {
00093             std::cout << "There are errors for initialization()." << std::endl;
00094         }
00095 
00096         int x=0;
00097     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:20:27 2010 for ImpalaSrc by  doxygen 1.5.1