ICandidateItemsStrategy InterfaceNReco.Recommender Class Library
Used to retrieve all items that could possibly be recommended to the user

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

public interface ICandidateItemsStrategy : IRefreshable

The ICandidateItemsStrategy type exposes the following members.

Methods

  NameDescription
Public methodGetCandidateItems
Get IDs of all items that could be recommended to the user
Public methodRefresh (Inherited from IRefreshable.)
Top
See Also