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

virtual svm_problem* Impala::Core::Training::TrainDataSrcKernelDistributed::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 37 of file TrainDataSrcKernelDistributed.h.

References MakeProblem(), mDA, and Impala::Core::Training::TrainDataSrc::mSelection.

00038     {
00039         //ILOG_DEBUG("MakeSvmProblem(): set_distributed_access: "<< (void*)mDA);
00040         set_distributed_access(mDA);
00041         return MakeProblem(mSelection);
00042     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:24:59 2010 for ImpalaSrc by  doxygen 1.5.1