AbstractRecommender ClassNReco.Recommender Class Library
Inheritance Hierarchy

System Object
  NReco.CF.Taste.Impl.Recommender AbstractRecommender
    NReco.CF.Taste.Impl.Recommender GenericItemBasedRecommender
    NReco.CF.Taste.Impl.Recommender GenericUserBasedRecommender
    NReco.CF.Taste.Impl.Recommender ItemAverageRecommender
    NReco.CF.Taste.Impl.Recommender ItemUserAverageRecommender
    NReco.CF.Taste.Impl.Recommender RandomRecommender
    NReco.CF.Taste.Impl.Recommender.SVD SVDRecommender

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

public abstract class AbstractRecommender : IRecommender, 
	IRefreshable

The AbstractRecommender type exposes the following members.

Constructors

  NameDescription
Protected methodAbstractRecommender(IDataModel)
Initializes a new instance of the AbstractRecommender class
Protected methodAbstractRecommender(IDataModel, ICandidateItemsStrategy)
Initializes a new instance of the AbstractRecommender class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEstimatePreference
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetAllOtherItems
Public methodGetDataModel
Protected methodStatic memberGetDefaultCandidateItemsStrategy
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRecommend(Int64, Int32)
Public methodRecommend(Int64, Int32, IDRescorer)
Public methodRefresh
Public methodRemovePreference
Public methodSetPreference
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also