CFEngine API

Uses of Class
org.recommender.server.IntHashMap

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

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