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:
@@ -145,7 +145,7 @@ static void mlpackMain()
|
||||
// seems more likely that these will be stored with one response per line
|
||||
// (one per row). So we should not transpose upon loading.
|
||||
arma::rowvec responses = std::move(
|
||||
CLI::GetParam<arma::rowvec>("responses"));
|
||||
IO::GetParam<arma::rowvec>("responses"));
|
||||
|
||||
if (responses.n_elem != matX.n_cols)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user