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

int Impala::Core::Training::Svm::ReferenceDiff ( const Svm other  )  const [inline]

Definition at line 300 of file Svm.h.

References Diff(), and ILOG_ERROR.

00301     {
00302         int diff = Diff(other);
00303         if (diff > 0)
00304             ILOG_ERROR("Found "<< diff <<" differences");
00305         return diff;
00306     }

Here is the call graph for this function:


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