Evaluate on the folds of a dataset split
Declaring type: RatingEval
Namespace: MyMediaLite.Eval
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static Dictionary<string, double> EvaluateOnSplit (
        RatingPredictor recommender,
        Utils.task training_delegate,
        ISplit<IRatings> split
) 
Parameters
recommender
a rating prediction engine
training_delegate
the delegate to call for training
split
a rating dataset split
Return Value
a dictionary containing the average results over the different folds of the split