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

void Impala::Core::Training::ClassifierEvaluator::SetFold ( int  fold,
int  total 
) [inline, virtual]

Implements Impala::Core::Training::ParameterEvaluator.

Definition at line 58 of file ClassifierEvaluator.h.

References mFold, and mFoldCount.

00059     {
00060         ILOG_DEBUG_NODE("set fold: "<< fold << ", "<< total);
00061         mFold = fold;
00062         mFoldCount = total;
00063     }


Generated on Thu Jan 13 09:21:12 2011 for ImpalaSrc by  doxygen 1.5.1