mirror of
https://github.com/Relintai/pmlpp.git
synced 2024-11-08 13:12:09 +01:00
Fix unused variable.
This commit is contained in:
parent
f01770ddba
commit
2e81857306
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user