NReco.CF.Taste.Impl.Neighborhood NamespaceNReco.Recommender Class Library
 
Classes

  ClassDescription
Public classAbstractUserNeighborhood
Contains methods and resources useful to all classes in this package.
Public classCachingUserNeighborhood
A caching wrapper around an underlying IUserNeighborhood implementation.
Public classNearestNUserNeighborhood
Computes a neighborhood consisting of the nearest n users to a given user. "Nearest" is defined by the given IUserSimilarity.
Public classThresholdUserNeighborhood
Computes a neigbhorhood consisting of all users whose similarity to the given user meets or exceeds a certain threshold. Similarity is defined by the given IUserSimilarity.