|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUserAttributeAwareRecommender
Interface for recommenders that take binary user attributes into account
Method Summary | |
---|---|
SparseBooleanMatrix |
getUserAttributes()
Getter for binary user attributes |
int |
numUserAttributes()
Getter for number of binary user attributes |
void |
setUserAttributes(SparseBooleanMatrix s)
Setter for binary user attributes |
Methods inherited from interface org.mymedialite.IRecommender |
---|
canPredict, loadModel, predict, saveModel, toString, train |
Method Detail |
---|
int numUserAttributes()
SparseBooleanMatrix getUserAttributes()
void setUserAttributes(SparseBooleanMatrix s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |