BooleanUserPreferenceArray ClassNReco.Recommender Class Library
Like GenericUserPreferenceArray but stores, conceptually, BooleanPreference objects which have no associated preference value.
Inheritance Hierarchy

System Object
  NReco.CF.Taste.Impl.Model BooleanUserPreferenceArray

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

public sealed class BooleanUserPreferenceArray : IPreferenceArray, 
	IEnumerable<IPreference>, IEnumerable

The BooleanUserPreferenceArray type exposes the following members.

Constructors

  NameDescription
Public methodBooleanUserPreferenceArray(Int32)
Initializes a new instance of the BooleanUserPreferenceArray class
Public methodBooleanUserPreferenceArray(List IPreference )
Initializes a new instance of the BooleanUserPreferenceArray class
Top
Methods

  NameDescription
Public methodClone
Public methodEquals (Overrides Object Equals(Object).)
Public methodGet
Public methodGetEnumerator
Public methodGetHashCode (Overrides Object GetHashCode .)
Public methodGetIDs
Public methodGetItemID
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUserID
Public methodGetValue
Public methodHasPrefWithItemID
Public methodHasPrefWithUserID
Public methodLength
Public methodSet
Public methodSetItemID
Public methodSetUserID
Public methodSetValue
Public methodSortByItem
Public methodSortByUser
Public methodSortByValue
Public methodSortByValueReversed
Public methodToString (Overrides Object ToString .)
Top
See Also