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

void Impala::Core::Training::FikSvm::Dump ( int  idx,
int  cornerSize 
) [inline]

Definition at line 288 of file FikSvm.h.

References GetA(), GetB(), GetH(), Impala::Core::Array::PrintDataCorners(), and Impala::Core::Vector::VectorTem< ElemT >::PrintE().

00289     {
00290         std::cout << "Dumping hiksvm" << std::endl;
00291         std::cout << "h = ";
00292         Mat* h = GetH(idx);
00293         Array::PrintDataCorners(h, cornerSize, cornerSize);
00294         delete h;
00295         std::cout << "a = " << GetA(idx).PrintE(cornerSize) << std::endl;
00296         std::cout << "b = " << GetB(idx).PrintE(cornerSize) << std::endl;
00297     }

Here is the call graph for this function:


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