IDataModel HasPreferenceValues Method NReco.Recommender Class Library
Check if data model has distinct preference values

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

bool HasPreferenceValues()

Return Value

Type: Boolean
true if this implementation actually stores and returns distinct preference values that is, if it is not a 'bool' DataModel
See Also