NullRescorer T  ClassNReco.Recommender Class Library
A simple [!:IRescorer] which always returns the original score.
Inheritance Hierarchy

System Object
  NReco.CF.Taste.Impl.Recommender NullRescorer T 

Namespace: NReco.CF.Taste.Impl.Recommender
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public sealed class NullRescorer<T> : IRescorer<T>, 
	IDRescorer
Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:NReco.CF.Taste.Impl.Recommender.NullRescorer`1"]

The NullRescorer T  type exposes the following members.

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 methodisFiltered
Public methodIsFiltered
Public methodrescore
Public methodRescore
Public methodToString (Overrides Object ToString .)
Top
See Also