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.ModelAssembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The IPreference type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetItemID |
Item ID that is preferred
| |
GetUserID |
ID of user who prefers the item
| |
GetValue |
Strength of the preference for that item.
| |
SetValue |
Sets the strength of the preference for this item
|
See Also