public class RankBlendResult extends AbstractResult
Result type returned by RankBlendingItemRecommender.
id, score| Modifier and Type | Method and Description |
|---|---|
Result |
getLeft()
Get the left result.
|
int |
getLeftRank()
Get the left rank.
|
Result |
getRight()
Get the right result.
|
int |
getRightRank()
Get the right rank
|
as, getId, getKey, getScore, hasScore, startEquality, startEquality, startHashCode, startHashCodepublic Result getLeft()
Get the left result.
public int getLeftRank()
Get the left rank.
public Result getRight()
Get the right result.
public int getRightRank()
Get the right rank