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

virtual svm_problem* Impala::Core::Training::TrainDataSrcKernelMatrix::MakeSvmProblem (  )  [inline, virtual]

Create an svm-problem of all available data.

In case of FeatureTables all the tables in FeatureData are read to create one svm_problem. In case of distributed precomputed kernels it makes a dummy svm_problem. If Filter...Fold is called, this function wil only return a part of the whole set.

The returned structure must be deleted with FreeProblem().

Implements Impala::Core::Training::TrainDataSrc.

Definition at line 35 of file TrainDataSrcKernelMatrix.h.

References Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::CW(), MakeProblem(), and mMatrix.

00036     {
00037         return MakeProblem(0, mMatrix->CW());
00038     }

Here is the call graph for this function:


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