GenericBooleanPrefDataModel Constructor (FastByIDMap FastIDSet )NReco.Recommender Class Library
Creates a new GenericBooleanPrefDataModel from the given users (and their preferences). This IDataModel retains all this information in memory and is effectively immutable.

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
)

Parameters

userData
Type: NReco.CF.Taste.Impl.Common FastByIDMap FastIDSet 
See Also