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

void Impala::Core::Table::Bayes::SaveConditionalProbMatrix ( const char *  file  )  [inline]

Definition at line 449 of file Bayes.h.

References DumpMatrix(), mConceptNum, mGenreNum, and mProb_c_g.

00450     {
00451         DumpMatrix("mProb_c_g[k][j] - Bayes (file)", mProb_c_g, mConceptNum, mGenreNum, file);        
00452     }

Here is the call graph for this function:


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