|
CFEngine API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.algorithmsCFException
|
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.ExperimentalDataManager
|
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.consoleCFEngine
|
Describes the interface for the CF Engine. |
Classes in org.recommender.server used by org.recommender.serverCFEngine
|
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.testCFEngine
|
Describes the interface for the CF Engine. |
|
CFEngine API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |