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

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

Definition at line 83 of file BayesFusion.h.

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

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

Here is the call graph for this function:


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