CFEngine API

Uses of Package
org.recommender.server

Packages that use org.recommender.server
org.recommender.algorithms A wide variety of different implementations of collaborative filtering recommendation and precition algorithms are provided. 
org.recommender.algorithms.Experimental   
org.recommender.clients.console A simple, text-based console client to demonstrate how to communicate with the cfengine server api using RMI. 
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. 
org.recommender.test   
 

Classes in org.recommender.server used by org.recommender.algorithms
CFException
          Exception handling for CF Recommender
DataManager
          Implementation of the DataManager.
ItemPrediction
          Describes the Prediction info for the CF Engine - userID, itemID, and predicted rating.
ItemRating
          Describes the Rating info for the CF Engine - userID, itemID, and rating.
RatingArrays
           
 

Classes in org.recommender.server used by org.recommender.algorithms.Experimental
DataManager
          Implementation of the DataManager.
ItemPrediction
          Describes the Prediction info for the CF Engine - userID, itemID, and predicted rating.
ItemRating
          Describes the Rating info for the CF Engine - userID, itemID, and rating.
 

Classes in org.recommender.server used by org.recommender.clients.console
CFEngine
          Describes the interface for the CF Engine.
 

Classes in org.recommender.server used by org.recommender.server
CFEngine
          Describes the interface for the CF Engine.
CFException
          Exception handling for CF Recommender
CFIllegalListParameterException
          Exception handling illegal list argument passed into CFEngineImpl and DataManager
CFIllegalParameterException
          Exception handling illegal argument passed into CFEngineImpl and DataManager
CFInternalErrorException
          Exception handling illegal list argument passed into CFEngineImpl and DataManager
CFSynchronize
           
DataManager
          Implementation of the DataManager.
IntHashMap
          a HashMap that uses ints as the keys.
IntHashMapEntry
          Provide an entry of IntHashMap structure.
ItemInfo
          This class implements a item's records, including its ratings list, mean rating and Standard deviation.
ItemPrediction
          Describes the Prediction info for the CF Engine - userID, itemID, and predicted rating.
ItemRating
          Describes the Rating info for the CF Engine - userID, itemID, and rating.
RatingArrays
           
UserInfo
          This class implements a user's records, including his/her rartings list, mean rating and Standard deviation.
 

Classes in org.recommender.server used by org.recommender.test
CFEngine
          Describes the interface for the CF Engine.
 


CFEngine API

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