Encapsulates a simple bool "preference" for an item whose value does not matter (is fixed at 1.0). This
is appropriate in situations where users conceptually have only a general "yes" preference for items,
rather than a spectrum of preference values.
Inheritance Hierarchy
NReco.CF.Taste.Impl.Model BooleanPreference
Namespace: NReco.CF.Taste.Impl.Model
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The BooleanPreference type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BooleanPreference | Initializes a new instance of the BooleanPreference class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetItemID | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUserID | ||
| GetValue | ||
| SetValue | ||
| ToString | (Overrides Object ToString .) |
See Also