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

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

Definition at line 471 of file Bayes.h.

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

00472     {
00473         SaveMatrixConceptConditionalProbability(mMatrixFile,mProb_c_g, mConceptNum, mGenreNum);
00474 
00475         printf("\nSaving Prob_c_g[k][j] into file.\n");
00476     }

Here is the call graph for this function:


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