Like GenericUserPreferenceArray but stores, conceptually, BooleanPreference objects which
have no associated preference value.
Inheritance Hierarchy
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
The BooleanUserPreferenceArray type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BooleanUserPreferenceArray(Int32) | Initializes a new instance of the BooleanUserPreferenceArray class |
![]() | BooleanUserPreferenceArray(List<IPreference>) | Initializes a new instance of the BooleanUserPreferenceArray class |
Methods
Name | Description | |
---|---|---|
![]() | Clone | |
![]() | Equals | (Overrides Object.Equals(Object).) |
![]() | Get | |
![]() | GetEnumerator | |
![]() | GetHashCode | (Overrides Object.GetHashCode().) |
![]() | GetIDs | |
![]() | GetItemID | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUserID | |
![]() | GetValue | |
![]() | HasPrefWithItemID | |
![]() | HasPrefWithUserID | |
![]() | Length | |
![]() | Set | |
![]() | SetItemID | |
![]() | SetUserID | |
![]() | SetValue | |
![]() | SortByItem | |
![]() | SortByUser | |
![]() | SortByValue | |
![]() | SortByValueReversed | |
![]() | ToString | (Overrides Object.ToString().) |
See Also