IRecommendedItem InterfaceNReco.Recommender Class Library
Implementations encapsulate items that are recommended, and include the item recommended and a value expressing the strength of the preference.

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

public interface IRecommendedItem

The IRecommendedItem type exposes the following members.

Methods

  NameDescription
Public methodGetItemID
Item ID
Public methodGetValue
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.
Top
See Also