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

String Impala::Core::Database::RawDataSet::GetFilePathRandomForest ( FeatureDefinition  def,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 661 of file RawDataSet.h.

References Impala::Core::Feature::FeatureDefinition::AsString(), GetFilePath(), and MakeDir().

00662     {
00663         String dir = "Codebooks/Forest/";
00664         if (toWrite)
00665             MakeDir(dir);
00666         return GetFilePath(dir, def.AsString() + ".tab", toWrite, silent);
00667    }

Here is the call graph for this function:


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