@DefaultImplementation(value=WeightedAverageUserNeighborhoodScorer.class) public interface UserNeighborhoodScorer
Score an item using a neighborhood of users.
Modifier and Type | Method and Description |
---|---|
UserUserResult |
score(long item,
java.util.List<Neighbor> neighbors)
Compute the score for an item given a list of neighbors.
|
@Nullable UserUserResult score(long item, java.util.List<Neighbor> neighbors)
Compute the score for an item given a list of neighbors.
item
- The item to score.neighbors
- The list of neighbors.null
.