IPreferenceInferrer InterfaceNReco.Recommender Class Library
Implementations of this interface compute an inferred preference for a user and an item that the user has not expressed any preference for. This might be an average of other preferences scores from that user, for example. This technique is sometimes called "default voting".

Namespace: NReco.CF.Taste.Similarity
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public interface IPreferenceInferrer : IRefreshable

The IPreferenceInferrer type exposes the following members.

Methods

  NameDescription
Public methodInferPreference
Infers the given user's preference value for an item.
Public methodRefresh (Inherited from IRefreshable.)
Top
See Also