|
CFEngine API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntHashMap | |
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 IntHashMap in org.recommender.server |
Methods in org.recommender.server that return IntHashMap | |
IntHashMap |
ItemInfo.getItemRatingsHash()
|
Methods in org.recommender.server with parameters of type IntHashMap | |
void |
ItemInfo.setItemRatingsHash(IntHashMap itemRatingsHash)
|
Constructors in org.recommender.server with parameters of type IntHashMap | |
ItemInfo(int ID,
IntHashMap ratings,
float mean,
float SD,
float sum,
float squaredSum,
int num)
Constructor with params of itemID, ratings, mean, standard deviation, sum, squaredSum, and total num. |
|
SynIntHashMap(IntHashMap map)
|
|
CFEngine API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |