IDataModel GetPreferenceValue Method NReco.Recommender Class Library
Retrieves the preference value for a single user and item.

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

Nullable<float> GetPreferenceValue(
	long userID,
	long itemID
)

Return Value

Type: Nullable Single 
preference value from the given user for the given item or null if none exists
See Also