CFEngine API

Uses of Class
org.recommender.server.CFIllegalListParameterException

Packages that use CFIllegalListParameterException
org.recommender.server This package contains the core Java recommender server code, including the database access code, the ratings caching code, and code that instantiates algorithms. 
 

Uses of CFIllegalListParameterException in org.recommender.server
 

Methods in org.recommender.server that throw CFIllegalListParameterException
 ItemRating[] CFEngineImpl.getRatingList(int userID, int[] itemIDs)
          Retrieves ratings for user's items from cache.
 ItemPrediction[] CFEngineImpl.getPredictedRatingList(int userID, int[] itemID)
          Gets predicted ratings for a list of items.
 int CFEngineImpl.setRatingList(ItemRating[] newRatings)
          Add a list of new ItemRatings to both database and the cache.
 void CFEngineImpl.removeRatingList(int user, int[] itemIDs)
          Removes list of ratings from users profile
 int CFEngine.setRatingList(ItemRating[] newRatings)
          Add a list of new ItemRatings to both database and the cache.
 void CFEngine.removeRatingList(int user, int[] itemIDs)
          Removes list of ratings from users profile.
 ItemRating[] CFEngine.getRatingList(int userID, int[] itemIDs)
          Retrieves the ratings by the user for a list of given items.
 ItemPrediction[] CFEngine.getPredictedRatingList(int userID, int[] itemID)
          Gets predicted ratings for a list of items.
 


CFEngine API

Copyright © 2003 - Oregon State University www.orst.edu