IUserNeighborhood GetUserNeighborhood Method NReco.Recommender Class Library
Get IDs of users in the neighborhood to specified user ID

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

long[] GetUserNeighborhood(
	long userID
)

Parameters

userID
Type: System Int64
ID of user for which a neighborhood will be computed

Return Value

Type:  Int64 
IDs of users in the neighborhood
See Also