GenericDataModel Constructor (FastByIDMap IPreferenceArray )NReco.Recommender Class Library
Creates a new GenericDataModel 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 GenericDataModel(
	FastByIDMap<IPreferenceArray> userData
)

Parameters

userData
Type: NReco.CF.Taste.Impl.Common FastByIDMap IPreferenceArray 
userData users to include; (see also [!:GenericDataModel.ToDataMap(FastByIDMap, bool)])
See Also