|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IItemRelationAwareRecommender
Interface for recommenders that take a binary relation over items into account
Method Summary | |
---|---|
SparseBooleanMatrix |
getItemRelation()
Getter for binary item relation |
int |
getNumItems()
Get the number of items |
void |
setItemRelation(SparseBooleanMatrix s)
Setter for binary item relation |
void |
setNumItems(int numItems)
Set the number of items |
Methods inherited from interface org.mymedialite.IRecommender |
---|
canPredict, loadModel, predict, saveModel, toString, train |
Method Detail |
---|
SparseBooleanMatrix getItemRelation()
void setItemRelation(SparseBooleanMatrix s)
int getNumItems()
void setNumItems(int numItems)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |