GenericBooleanPrefDataModel Constructor (FastByIDMap<FastIDSet>, FastByIDMap<FastByIDMap<Nullable<DateTime>>>)NReco.Recommender Class Library
Initializes a new instance of the GenericBooleanPrefDataModel class

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

public GenericBooleanPrefDataModel(
	FastByIDMap<FastIDSet> userData,
	FastByIDMap<FastByIDMap<Nullable<DateTime>>> timestamps
)

Parameters

userData
Type: NReco.CF.Taste.Impl.Common.FastByIDMap<FastIDSet>
timestamps
Type: NReco.CF.Taste.Impl.Common.FastByIDMap<FastByIDMap<Nullable<DateTime>>>
See Also