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

Matrix::Mat* Impala::Core::Training::PrecomputeKernelMatrix ( Feature::FeatureTable *  features,
Util::PropertySet *  properties 
)

Definition at line 63 of file PrecomputeKernelMatrix.h.

References PrecomputeKernelMatrix().

00065 {
00066     std::vector<Feature::FeatureTable*> f;
00067     std::vector<double> w;
00068     f.push_back(features);
00069     w.push_back(1);
00070     return PrecomputeKernelMatrix(f,w,properties);
00071 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:23:01 2010 for ImpalaSrc by  doxygen 1.5.1