A "generic" IItemSimilarity which takes a static list of precomputed item similarities and bases its
responses on that alone. The values may have been precomputed offline by another process, stored in a file,
and then read and fed into an instance of this class.
Inheritance Hierarchy
NReco.CF.Taste.Impl.Similarity GenericItemSimilarity
Namespace: NReco.CF.Taste.Impl.Similarity
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The GenericItemSimilarity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GenericItemSimilarity(IEnumerable GenericItemSimilarity ItemItemSimilarity ) | Initializes a new instance of the GenericItemSimilarity class | |
GenericItemSimilarity(IEnumerable GenericItemSimilarity ItemItemSimilarity , Int32) | Initializes a new instance of the GenericItemSimilarity class | |
GenericItemSimilarity(IItemSimilarity, IDataModel) | Initializes a new instance of the GenericItemSimilarity class | |
GenericItemSimilarity(IItemSimilarity, IDataModel, Int32) | Initializes a new instance of the GenericItemSimilarity class |
Methods
Name | Description | |
---|---|---|
AllSimilarItemIDs | ||
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ItemSimilarities | ||
ItemSimilarity | ||
Refresh | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also