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".
Inheritance Hierarchy
NReco.CF.Taste.Impl.Similarity AveragingPreferenceInferrer
Namespace: NReco.CF.Taste.Impl.Similarity
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The AveragingPreferenceInferrer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AveragingPreferenceInferrer | Initializes a new instance of the AveragingPreferenceInferrer class |
Methods
Name | Description | |
---|---|---|
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.) | |
InferPreference | ||
Refresh | ||
ToString | (Overrides Object ToString .) |
See Also