Similarity test is based on the likelihood ratio, which expresses how many times more likely the data are under one model than the other.
Inheritance Hierarchy
NReco.CF.Taste.Impl.Similarity AbstractItemSimilarity
NReco.CF.Taste.Impl.Similarity LogLikelihoodSimilarity
Namespace: NReco.CF.Taste.Impl.Similarity
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The LogLikelihoodSimilarity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LogLikelihoodSimilarity | Initializes a new instance of the LogLikelihoodSimilarity class |
Methods
Name | Description | |
---|---|---|
AllSimilarItemIDs | (Inherited from AbstractItemSimilarity.) | |
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 | (Overrides AbstractItemSimilarity ItemSimilarities(Int64, Int64 ).) | |
ItemSimilarity | (Overrides AbstractItemSimilarity ItemSimilarity(Int64, Int64).) | |
Refresh | ||
SetPreferenceInferrer | ||
ToString | (Overrides Object ToString .) | |
UserSimilarity |
Remarks
See Also