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

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

Definition at line 85 of file Svm.h.

References mModel.

00086     {
00087         if(mModel)
00088             svm_destroy_model(mModel);
00089     }


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