The GenericUserBasedRecommender type exposes the following members.
| Name | Description |
---|
 | doEstimatePreference | |
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | EstimatePreference | (Overrides AbstractRecommender.EstimatePreference(Int64, Int64).) |
 | 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 | |
 | GetAllOtherItems | (Inherited from AbstractRecommender.) |
 | GetDataModel | (Inherited from AbstractRecommender.) |
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | getSimilarity | |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | MostSimilarUserIDs(Int64, Int32) | |
 | MostSimilarUserIDs(Int64, Int32, IRescorer<Tuple<Int64, Int64>>) | |
 | Recommend(Int64, Int32) | (Inherited from AbstractRecommender.) |
 | Recommend(Int64, Int32, IDRescorer) | (Overrides AbstractRecommender.Recommend(Int64, Int32, IDRescorer).) |
 | Refresh | (Overrides AbstractRecommender.Refresh(IList<IRefreshable>).) |
 | RemovePreference | (Inherited from AbstractRecommender.) |
 | SetPreference | (Inherited from AbstractRecommender.) |
 | ToString | (Overrides Object.ToString().) |
Top