public class Recommender extends Object
Recommender(Map<String,Map<Integer,Double>> userRatings)
static void
main(String[] args)
List<Integer>
recommend(String userId, int num)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Recommender(Map<String,Map<Integer,Double>> userRatings)
userRatings
public List<Integer> recommend(String userId, int num)
userId
num
public static void main(String[] args)
Copyright © 2025. All rights reserved.