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

void Impala::Core::Feature::RandomTree::GetSplit ( int &  dimension,
double &  value 
) [inline]

Definition at line 79 of file RandomTree.h.

References mSplitDimension, and mSplitValue.

Referenced by Impala::Core::Feature::TestRandomTree::testGetSplit(), and Impala::Core::Feature::TestMakeRandomTree::testTopLevel().

00080     {
00081         dimension = mSplitDimension;
00082         value = mSplitValue;
00083     }


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