Utility functions for the root mean square error (RMSE). More...
Static Public Member Functions | |
static double | ComputeSquaredErrorSum (this IRatingPredictor recommender, IRatings ratings) |
Computes the squared error sum. |
Utility functions for the root mean square error (RMSE).
static double ComputeSquaredErrorSum | ( | this IRatingPredictor | recommender, | |
IRatings | ratings | |||
) | [inline, static] |
Computes the squared error sum.
recommender | the recommender to make predictions with | |
ratings | the actual ratings |