Namespace: NReco.CF.Taste.Impl.RecommenderAssembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
protected virtual float doEstimatePreference(
long theUserID,
long[] theNeighborhood,
long itemID
)
protected virtual float doEstimatePreference(
long theUserID,
long[] theNeighborhood,
long itemID
)
Protected Overridable Function doEstimatePreference (
theUserID As Long,
theNeighborhood As Long(),
itemID As Long
) As Single
Protected Overridable Function doEstimatePreference (
theUserID As Long,
theNeighborhood As Long(),
itemID As Long
) As Single
protected:
virtual float doEstimatePreference(
long long theUserID,
array<long long>^ theNeighborhood,
long long itemID
)
protected:
virtual float doEstimatePreference(
long long theUserID,
array<long long>^ theNeighborhood,
long long itemID
)
abstract doEstimatePreference :
theUserID : int64 *
theNeighborhood : int64[] *
itemID : int64 -> float32
override doEstimatePreference :
theUserID : int64 *
theNeighborhood : int64[] *
itemID : int64 -> float32
abstract doEstimatePreference :
theUserID : int64 *
theNeighborhood : int64[] *
itemID : int64 -> float32
override doEstimatePreference :
theUserID : int64 *
theNeighborhood : int64[] *
itemID : int64 -> float32
Return Value
Type:
Single