public class RecallEvaluator extends AbstractRecommenderEvaluator
conf, similarities, similarityMatrix, topN
Constructor and Description |
---|
RecallEvaluator() |
Modifier and Type | Method and Description |
---|---|
double |
evaluate(SparseMatrix testMatrix,
RecommendedList recommendedList)
Evaluate on the test set with the the list of recommended items.
|
evaluate, getConf, setTopN
public double evaluate(SparseMatrix testMatrix, RecommendedList recommendedList)
evaluate
in class AbstractRecommenderEvaluator
testMatrix
- the given test setrecommendedList
- the list of recommended itemsCopyright © 2017. All Rights Reserved.