Like BooleanUserPreferenceArray but stores preferences for one item (all item IDs the same) rather
than one user.
Inheritance Hierarchy
NReco.CF.Taste.Impl.Model.BooleanItemPreferenceArray
Namespace: NReco.CF.Taste.Impl.Model
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The BooleanItemPreferenceArray type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BooleanItemPreferenceArray(Int32) | Initializes a new instance of the BooleanItemPreferenceArray class |
![]() | BooleanItemPreferenceArray(List<IPreference>, Boolean) | Initializes a new instance of the BooleanItemPreferenceArray 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