AveragingPreferenceInferrer ClassNReco.Recommender Class Library
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

System Object
  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

public sealed class AveragingPreferenceInferrer : IPreferenceInferrer, 
	IRefreshable

The AveragingPreferenceInferrer type exposes the following members.

Constructors

  NameDescription
Public methodAveragingPreferenceInferrer
Initializes a new instance of the AveragingPreferenceInferrer class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInferPreference
Public methodRefresh
Public methodToString (Overrides Object ToString .)
Top
See Also