From 050a3ff02473a3d4c0980964e1a9ebe52e55d6b8 Mon Sep 17 00:00:00 2001 From: kdiverson Date: Tue, 10 Sep 2013 09:52:01 -0400 Subject: [PATCH] changed random forest output filename --- classifysharedcommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classifysharedcommand.cpp b/classifysharedcommand.cpp index 6e32fd1..6191462 100755 --- a/classifysharedcommand.cpp +++ b/classifysharedcommand.cpp @@ -377,7 +377,7 @@ void ClassifySharedCommand::processSharedAndDesignData(vector variables; - variables["[filename]"] = outputDir + m->getRootName(m->getSimpleName(sharedfile)); + variables["[filename]"] = outputDir + m->getRootName(m->getSimpleName(sharedfile)) + ".RF."; variables["[distance]"] = lookup[0]->getLabel(); string filename = getOutputFileName("summary", variables); outputNames.push_back(filename); outputTypes["summary"].push_back(filename); -- 2.39.2