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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user