Implementations of this interface define a notion of similarity between two users. Implementations should
return values in the range -1.0 to 1.0, with 1.0 representing perfect similarity.
Namespace: NReco.CF.Taste.SimilarityAssembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The IUserSimilarity type exposes the following members.
Methods
Name | Description | |
---|---|---|
Refresh | (Inherited from IRefreshable.) | |
SetPreferenceInferrer |
Attaches a IPreferenceInferrer to the IUserSimilarity implementation.
| |
UserSimilarity |
Returns the degree of similarity, of two users, based on the their preferences.
|
See Also