Cross-validation for rating prediction. More...
Static Public Member Functions | |
| static Dictionary< string, double > | Evaluate (RatingPredictor recommender, ISplit< IRatings > split, bool show_results=false) |
| Evaluate on the folds of a dataset split. | |
Cross-validation for rating prediction.
| static Dictionary<string, double> Evaluate | ( | RatingPredictor | recommender, | |
| ISplit< IRatings > | split, | |||
| bool | show_results = false | |||
| ) | [inline, static] |
Evaluate on the folds of a dataset split.
| recommender | a rating predictor | |
| split | a rating dataset split | |
| show_results | set to true to print results to STDERR |
1.6.3