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

virtual Impala::Core::Training::Svm::~Svm (  )  [inline, virtual]

Definition at line 60 of file Svm.h.

References mModel, and svm_destroy_model().

00061     {
00062         if(mModel)
00063             svm_destroy_model(mModel);
00064     }

Here is the call graph for this function:


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