mirror of
https://github.com/Relintai/pmlpp.git
synced 2024-12-22 15:06:47 +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;
|
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.)
|
//Lose the bottom X bits (This should allow for 2^X difference.)
|
||||||
//rmse = rmse >> 15;
|
//rmse = rmse >> 15;
|
||||||
|
Loading…
Reference in New Issue
Block a user