22 #ifndef VALIDATION_RMSE_TERMINATION_HPP_INCLUDED
23 #define VALIDATION_RMSE_TERMINATION_HPP_INCLUDED
31 template <
class MatType>
42 num_test_points(num_test_points),
59 }
while((t_val = V(t_row, t_col)) == 0);
98 double temp = (t_val - WH(t_row, t_col));
108 if((
rmseOld -
rmse) / rmseOld < tolerance && iteration > 4)
173 #endif // VALIDATION_RMSE_TERMINATION_HPP_INCLUDED