|
CFEngine API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.recommender.algorithms.ItemRatingPair
Contains Ratings for the same movie for 1) the active user and 2) the neighbor.
Constructor Summary | |
ItemRatingPair(ItemRating activeuser,
ItemRating neighbor)
Constructor with both activeUser and neighbor are availble. |
Method Summary | |
ItemRating |
getActiveUserRating()
Accessor, return activeUser |
ItemRating |
getNeighborRating()
Accessor, return neighbor(rating). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ItemRatingPair(ItemRating activeuser, ItemRating neighbor)
activeuser
- neighbor
- Method Detail |
public ItemRating getActiveUserRating()
public ItemRating getNeighborRating()
|
CFEngine API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |