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

Mat* Impala::Core::Training::FikSvm::GetH ( int  idx  )  [inline]

Definition at line 154 of file FikSvm.h.

References GetFeatDim(), GetNrBins(), GetRowFromH(), and Impala::Core::Matrix::SetRow().

Referenced by Impala::Persistency::FikSvmRepositoryInFile::Add(), Diff(), and Dump().

00155     {
00156         Mat* h = Matrix::MatCreate<Mat>(GetFeatDim(idx), GetNrBins()+1);
00157         for (int i=0 ; i<GetFeatDim(idx) ; i++)
00158         {
00159             Matrix::SetRow(h, i, GetRowFromH(idx, i));
00160         }
00161         return h;
00162     }

Here is the call graph for this function:


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