GenericUserBasedRecommender.doEstimatePreference Method NReco.Recommender Class Library

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

protected virtual float doEstimatePreference(
	long theUserID,
	long[] theNeighborhood,
	long itemID
)

Parameters

theUserID
Type: System.Int64
theNeighborhood
Type:System.Int64[]
itemID
Type: System.Int64

Return Value

Type: Single
See Also