|
CFEngine API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.recommender.server.ItemPrediction
Describes the Prediction info for the CF Engine - userID, itemID, and predicted rating.
Constructor Summary | |
ItemPrediction(int userID,
int itemID,
float pred)
Constructor. |
Method Summary | |
int |
getItemID()
Accessor, return itemID. |
float |
getPrediction()
Accessor, return prediction value. |
int |
getUserID()
Accessor, return userID. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ItemPrediction(int userID, int itemID, float pred)
userID
- itemID
- pred
- Method Detail |
public int getUserID()
public int getItemID()
public float getPrediction()
|
CFEngine API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |