Fix unused variable.

This commit is contained in:
Relintai 2023-12-27 16:13:58 +01:00
parent f01770ddba
commit 2e81857306

View File

@ -388,7 +388,7 @@ void MLPPTests::test_multivariate_linear_regression_newton_raphson(bool ui) {
MLPPCost mlpp_cost;
int rmse = (int)mlpp_cost.rmsev(ds->get_output(), res);
//int rmse = (int)mlpp_cost.rmsev(ds->get_output(), res);
//Lose the bottom X bits (This should allow for 2^X difference.)
//rmse = rmse >> 15;