IPreference InterfaceNReco.Recommender Class Library
A IPreference encapsulates an item and a preference value, which indicates the strength of the preference for it. IPreferences are associated to users.

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

public interface IPreference

The IPreference type exposes the following members.

Methods

  NameDescription
Public methodGetItemID
Item ID that is preferred
Public methodGetUserID
ID of user who prefers the item
Public methodGetValue
Strength of the preference for that item.
Public methodSetValue
Sets the strength of the preference for this item
Top
See Also