Implementations of this interface can recommend items for a user. Implementations will likely take
advantage of several classes in other packages here to compute this.
Namespace: NReco.CF.Taste.RecommenderAssembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The IRecommender type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| EstimatePreference |
Estimate preference for given user ID and item ID
| |
| GetDataModel |
Get underlying data model instance
| |
| Recommend(Int64, Int32) |
Recommend desired number of items for given user ID
| |
| Recommend(Int64, Int32, IDRescorer) |
Recommend desired number of items for given user ID and rescorer
| |
| Refresh | (Inherited from IRefreshable.) | |
| RemovePreference |
Remove preferense for given user ID and item ID
| |
| SetPreference |
Set preference value for given user ID and item ID
|
See Also