Implementations of this interface compute an inferred preference for a user and an item that the user has
not expressed any preference for. This might be an average of other preferences scores from that user, for
example. This technique is sometimes called "default voting".
Namespace: NReco.CF.Taste.SimilarityAssembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The IPreferenceInferrer type exposes the following members.
Methods
Name | Description | |
---|---|---|
InferPreference |
Infers the given user's preference value for an item.
| |
Refresh | (Inherited from IRefreshable.) |
See Also