CFEngine API

Uses of Class
org.recommender.server.UserInfo

Packages that use UserInfo
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 UserInfo in org.recommender.server
 

Methods in org.recommender.server that return UserInfo
 UserInfo DataManager.getUser(int userID)
          Accessor, return UserInfo
 UserInfo DataManager.loadUser(int userID, boolean sampled)
          Cache new user.
 UserInfo DataManager.getUserInfo(int userID)
          Return a UserInfo object to methods that need to perfrom multiple computations on a single user
 


CFEngine API

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