GenericDataModel ToDataMap Method (FastByIDMap IList IPreference  , Boolean)NReco.Recommender Class Library

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

public static FastByIDMap<IPreferenceArray> ToDataMap(
	FastByIDMap<IList<IPreference>> data,
	bool byUser
)

Parameters

data
Type: NReco.CF.Taste.Impl.Common FastByIDMap IList IPreference  
byUser
Type: System Boolean

Return Value

Type: FastByIDMap IPreferenceArray 
See Also