A IRecommender which caches the results from another IRecommender in memory.
Inheritance Hierarchy
NReco.CF.Taste.Impl.Recommender CachingRecommender
Namespace: NReco.CF.Taste.Impl.Recommender
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CachingRecommender type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CachingRecommender | Initializes a new instance of the CachingRecommender class |
Methods
| Name | Description | |
|---|---|---|
| clear | ||
| clear(Int64) | ||
| Equals | (Inherited from Object.) | |
| EstimatePreference | ||
| GetDataModel | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Recommend(Int64, Int32) | ||
| Recommend(Int64, Int32, IDRescorer) | ||
| Refresh | ||
| RemovePreference | ||
| SetPreference | ||
| ToString | (Overrides Object ToString .) |
See Also