Implementations encapsulate items that are recommended, and include the item recommended and a value
expressing the strength of the preference.
Namespace: NReco.CF.Taste.RecommenderAssembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The IRecommendedItem type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetItemID |
Item ID
| |
GetValue |
A value expressing the strength of the preference for the recommended item. The range of the values
depends on the implementation. Implementations must use larger values to express stronger preference.
|
See Also