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:19:54 +02:00
committed by GitHub
co-authored by Ryan Curtin
parent e24a693a38
commit 31c03b3b2f
@@ -160,7 +160,7 @@ static void mlpackMain()
}
else // We must have --input_model_file.
{
bayesLinReg = CLI::GetParam<BayesianLinearRegression*>("input_model");
bayesLinReg = IO::GetParam<BayesianLinearRegression*>("input_model");
}
if (CLI::HasParam("test"))