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

void Impala::Core::Table::Bayes::SaveMatrix (  )  [inline]

Definition at line 417 of file Bayes.h.

References mConceptNum, mGenreNum, mMatrixFile, mProb_c_g, and SaveMatrixConceptConditionalProbability().

00418     {
00419         SaveMatrixConceptConditionalProbability(mMatrixFile,mProb_c_g, mConceptNum, mGenreNum);
00420 
00421         printf("\nSaving Prob_c_g[k][j] into file.\n");
00422     }

Here is the call graph for this function:


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