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

RandomForest Impala::Core::Feature::ReadRandomForest ( FeatureTable *  table  ) 

Definition at line 26 of file RandomForest.h.

References MakeRandomTreeTable(), and ReadRandomForest().

Referenced by ProjectAndDump().

00027 {
00028     RandomTreeTable* tt = MakeRandomTreeTable(table);
00029     std::vector<RandomTree*> forest = ReadRandomForest(tt);
00030     delete tt;
00031     return forest;
00032 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:08:27 2010 for ImpalaSrc by  doxygen 1.5.1