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

Impala::Core::Feature::RandomTree::RandomTree ( int  splitDimension,
double  splitValue,
RandomTree left,
RandomTree right 
) [inline]

Definition at line 45 of file RandomTree.h.

References mCodeWord, mCount, mLeft, mRight, mSplitDimension, and mSplitValue.

00047     {
00048         mCodeWord = -1;
00049         mSplitDimension = splitDimension;
00050         mSplitValue = splitValue;
00051         mLeft = left;
00052         mRight = right;
00053         mCount = -2;
00054     }


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