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

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

Definition at line 383 of file Bayes.h.

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

00384     {
00385         DumpMatrix("mProb_c_g[k][j] - Bayes (file)", mProb_c_g, mConceptNum, mGenreNum, file);        
00386     }

Here is the call graph for this function:


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