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

void Impala::Core::Training::SvmProblemBuilder::Clear (  )  [inline, private]

Definition at line 165 of file SvmProblemBuilder.h.

References mModelLabels, mModelLength, mModelNodes, and mQuidsIndices.

Referenced by MakeProblem().

00166     {
00167         mModelLength = 0;
00168         mModelLabels.clear();
00169         mModelNodes.clear();
00170         mQuidsIndices.Clear();
00171         /* note that svm_nodes in mModelNodes are returned to the user in
00172         MakeProblem(), so we cannot free that memory */
00173     }


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