Implementations of this interface compute a "neighborhood" of users like a given user. This neighborhood
can be used to compute recommendations then.
Namespace: NReco.CF.Taste.NeighborhoodAssembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The IUserNeighborhood type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetUserNeighborhood |
Get IDs of users in the neighborhood to specified user ID
| |
Refresh | (Inherited from IRefreshable.) |
See Also