Ejemplo n.º 1
0
 public double Estimate(long itemID)
 {
     return(itemUserAverageRecommender.doEstimatePreference(userID, itemID));
 }