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