IUserNeighborhood InterfaceNReco.Recommender Class Library
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.Neighborhood
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public interface IUserNeighborhood : IRefreshable

The IUserNeighborhood type exposes the following members.

Methods

  NameDescription
Public methodGetUserNeighborhood
Get IDs of users in the neighborhood to specified user ID
Public methodRefresh (Inherited from IRefreshable.)
Top
See Also