Update decision_tree_test.cpp

This commit is contained in:
Manish Kumar
2017-12-30 14:52:11 +05:30
committed by GitHub
parent a8f82d423f
commit 4ba94109e1
@@ -24,7 +24,7 @@ static const std::string testName = "DecisionTree";
using namespace mlpack;
// Utility function to set a parameter and mark it as passed,
// using copy semantics for lvalues and move semantics for rvalues
// using copy semantics for lvalues and move semantics for rvalues.
template<typename T>
void SetInputParam(const std::string& name, T&& value)
{