MyMediaLite
3.07
|
Interface for classes that provide user similarities. More...
Public Member Functions | |
IList< int > | GetMostSimilarUsers (int user_id, uint n=10) |
get the most similar users | |
float | GetUserSimilarity (int user_id1, int user_id2) |
get the similarity between two users |
Interface for classes that provide user similarities.
IList<int> GetMostSimilarUsers | ( | int | user_id, |
uint | n = 10 |
||
) |
float GetUserSimilarity | ( | int | user_id1, |
int | user_id2 | ||
) |