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

void Impala::Core::Table::Bayes::ResetMatrix ( double **&  matrix,
int  nRow,
int  nCol 
) [inline]

Definition at line 455 of file Bayes.h.

Referenced by Bayes(), Impala::Core::Table::BayesCondProb::BayesCondProb(), and Impala::Core::Table::ConfusionMatrix::ConfusionMatrix().

00456     {
00457         for (int k=0; k<nRow; k++)
00458             memset(matrix[k],0,sizeof(double)*nCol);
00459     }


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