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

bool Impala::Core::Table::BayesFusion::Initialization (  )  [inline]

Definition at line 100 of file BayesFusion.h.

References conceptSimTable, genreSimTable, Impala::Core::Table::Bayes::LoadMatrix(), Impala::Core::Table::Bayes::mConceptNum, and Impala::Core::Table::Bayes::mGenreNum.

Referenced by DoFusion().

00101     {
00102         //(LoadNumFromAnnotation())
00103         //AllocateMatrix(mProb_c_g, mConceptNum, mGenreNum);
00104 
00105         bool success = LoadMatrix(true);
00106         if (success)
00107         {
00108             for (int j=0; j<mGenreNum; j++)
00109                 genreSimTable = new SimilarityTableSet::SimTableType*[mGenreNum];
00110 
00111             for (int k=0; k<mGenreNum; k++)
00112                 conceptSimTable = new SimilarityTableSet::SimTableType*[mConceptNum];
00113 
00114             return true;
00115 
00116         } else {
00117             return false;
00118         }        
00119     }

Here is the call graph for this function:


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