Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:10:36 2010 for ImpalaSrc by  doxygen 1.5.1