GenericDataModel Constructor NReco.Recommender Class Library
Overload List

  NameDescription
Public methodGenericDataModel(FastByIDMap IPreferenceArray )
Creates a new GenericDataModel from the given users (and their preferences). This IDataModel retains all this information in memory and is effectively immutable.
Public methodGenericDataModel(IDataModel)
Creates a new GenericDataModel containing an immutable copy of the data from another given IDataModel.
Public methodGenericDataModel(FastByIDMap IPreferenceArray , FastByIDMap FastByIDMap Nullable DateTime   )
Creates a new GenericDataModel from the given users (and their preferences). This IDataModel retains all this information in memory and is effectively immutable.
Top
See Also