public interface Rescorer
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFiltered(String id) |
double |
rescore(String id,
double originalScore) |
double rescore(String id, double originalScore)
id - ID of item to rescoreoriginalScore - original score from the recommenderDouble.NaN to exclude the item from recommendationboolean isFiltered(String id)
id - of item to consider for filteringCopyright © 2014–2018. All rights reserved.