MyMediaLite  3.03
Extensions Member List
This is the complete list of members for Extensions, including all inherited members.
WritePredictions(this IRecommender recommender, IPosOnlyFeedback train, IList< int > candidate_items, int num_predictions, string filename, IList< int > users=null, IMapping user_mapping=null, IMapping item_mapping=null, bool repeated_items=false)Extensions [inline, static]
WritePredictions(this IRecommender recommender, IPosOnlyFeedback train, ICollection< int > candidate_items, int num_predictions, TextWriter writer, IList< int > users=null, IMapping user_mapping=null, IMapping item_mapping=null, bool repeated_items=false)Extensions [inline, static]
WritePredictions(this IRecommender recommender, int user_id, ICollection< int > candidate_items, ICollection< int > ignore_items, int num_predictions, TextWriter writer, IMapping user_mapping, IMapping item_mapping)Extensions [inline, static]