public final class UserUserResult extends AbstractResult
Result for user-user CF.
id, score| Modifier and Type | Method and Description |
|---|---|
org.lenskit.knn.user.ResultBuilder |
copyBuilder() |
boolean |
equals(java.lang.Object obj) |
int |
getNeighborhoodSize()
Get the neighborhood size for this result.
|
double |
getTotalNeighborWeight()
Get the total neighbor weight for this result.
|
int |
hashCode() |
as, getId, getKey, getScore, hasScore, startEquality, startEquality, startHashCode, startHashCodepublic int getNeighborhoodSize()
Get the neighborhood size for this result.
public double getTotalNeighborWeight()
Get the total neighbor weight for this result.
public org.lenskit.knn.user.ResultBuilder copyBuilder()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object