Recommender.Measure
algoName, cf, isRankingPred, measures, params, rateDao, rateMatrix
Constructor and Description |
---|
IterativeRecommender(SparseMatrix trainMatrix,
SparseMatrix testMatrix,
int fold) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
useful to print out specific recommender's settings
|
execute, getEvalInfo, run
public IterativeRecommender(SparseMatrix trainMatrix, SparseMatrix testMatrix, int fold)
public java.lang.String toString()
Recommender
toString
in class Recommender