MyMediaLite.RatingPrediction.RatingPredictor.RemoveRating C# (CSharp) Méthode

RemoveRating() public méthode

public RemoveRating ( int user_id, int item_id ) : void
user_id int
item_id int
Résultat void
        public virtual void RemoveRating(int user_id, int item_id)
        {
            throw new NotImplementedException();
        }