Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression_main.cpp

Co-authored-by: Ryan Curtin <ryan@ratml.org>
This commit is contained in:
mercierc
2020-07-23 09:20:26 +02:00
committed by GitHub
co-authored by Ryan Curtin
parent de86fb9808
commit 26f7cd7611
@@ -176,7 +176,7 @@ static void mlpackMain()
bayesLinReg->Predict(testPoints, predictions, std);
// Save the standard deviation of the test points (one per line).
CLI::GetParam<arma::mat>("stds") = std::move(std);
IO::GetParam<arma::mat>("stds") = std::move(std);
}
else
{