CachingRecommender ClassNReco.Recommender Class Library
A IRecommender which caches the results from another IRecommender in memory.
Inheritance Hierarchy

System Object
  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

public sealed class CachingRecommender : IRecommender, 
	IRefreshable

The CachingRecommender type exposes the following members.

Constructors

  NameDescription
Public methodCachingRecommender
Initializes a new instance of the CachingRecommender class
Top
Methods

  NameDescription
Public methodclear 
Public methodclear(Int64)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEstimatePreference
Public methodGetDataModel
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRecommend(Int64, Int32)
Public methodRecommend(Int64, Int32, IDRescorer)
Public methodRefresh
Public methodRemovePreference
Public methodSetPreference
Public methodToString (Overrides Object ToString .)
Top
See Also