Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:23:25 2010 for ImpalaSrc by  doxygen 1.5.1