Inheritance Hierarchy
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
The AbstractRecommender type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AbstractRecommender(IDataModel) | Initializes a new instance of the AbstractRecommender class | |
AbstractRecommender(IDataModel, ICandidateItemsStrategy) | Initializes a new instance of the AbstractRecommender class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
EstimatePreference | ||
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAllOtherItems | ||
GetDataModel | ||
GetDefaultCandidateItemsStrategy | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Recommend(Int64, Int32) | ||
Recommend(Int64, Int32, IDRescorer) | ||
Refresh | ||
RemovePreference | ||
SetPreference | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also