|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Recommender
Interface of general recommendation system. Contains definition of learning and evaluating functions.
Method Summary | |
---|---|
void |
buildModel(SparseMatrix rm)
Interface of learning method. |
EvaluationMetrics |
evaluate(SparseMatrix tm)
Interface of evaluation method. |
Method Detail |
---|
void buildModel(SparseMatrix rm)
rm
- A rating matrix with train data.EvaluationMetrics evaluate(SparseMatrix tm)
tm
- A rating matrix with test data.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |