Get most similar user IDs for specified user ID and rescorer
Namespace: NReco.CF.Taste.RecommenderAssembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- userID
- Type: System Int64
ID of user for which to find most similar other users
- howMany
- Type: System Int32
desired number of most similar users to find
- rescorer
- Type: NReco.CF.Taste.Recommender IRescorer Tuple Int64, Int64
[!:IRescorer] which can adjust user-user similarity estimates used to determine most similar users
Return Value
Type: Int64IDs of users most similar to the given user
See Also