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

virtual void Impala::Core::Training::TrainDataSrcFeature::FreeProblem ( svm_problem *  p  )  [inline, virtual]

Reimplemented from Impala::Core::Training::TrainDataSrc.

Definition at line 115 of file TrainDataSrcFeature.h.

00116     {
00117         if(p->l > 0)
00118         {
00119             delete[] p->y;
00120             for(int i=0 ; i<p->l ; ++i)
00121                 delete[] p->x[i];
00122             delete[] p->x;
00123         }
00124         delete p;
00125     }


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