GenericDataModel ToDataMap Method (IDataModel)NReco.Recommender Class Library
Exports the simple user IDs and preferences in the data model.

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(
	IDataModel dataModel
)

Return Value

Type: FastByIDMap IPreferenceArray 
a [!:FastByIDMap] mapping user IDs to IPreferenceArrays representing that user's preferences
See Also