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

VectorReal64 Impala::Core::Training::FikSvm::GetB ( int  idx  )  [inline]

Definition at line 179 of file FikSvm.h.

References GetFeatDim(), and mFikSvm.

Referenced by Diff(), and Dump().

00180     {
00181         return VectorReal64(GetFeatDim(idx), mFikSvm[idx]->b, true);
00182         
00183     }

Here is the call graph for this function:


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