A simple IDataModel which uses given user data as its data source. This implementation
is mostly useful for small experiments and is not recommended for contexts where performance is important.
Inheritance Hierarchy
NReco.CF.Taste.Impl.Model.AbstractDataModel
NReco.CF.Taste.Impl.Model.GenericBooleanPrefDataModel
Namespace: NReco.CF.Taste.Impl.Model
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The GenericBooleanPrefDataModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GenericBooleanPrefDataModel(FastByIDMap<FastIDSet>) |
Creates a new GenericBooleanPrefDataModel from the given users (and their preferences). This
IDataModel retains all this information in memory and is effectively immutable.
|
![]() | GenericBooleanPrefDataModel(IDataModel) | Obsolete. Initializes a new instance of the GenericBooleanPrefDataModel class |
![]() | GenericBooleanPrefDataModel(FastByIDMap<FastIDSet>, FastByIDMap<FastByIDMap<Nullable<DateTime>>>) | Initializes a new instance of the GenericBooleanPrefDataModel class |
Methods
See Also