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