NearestNUserNeighborhood Constructor (Int32, IUserSimilarity, IDataModel)NReco.Recommender Class Library
Initializes a new instance of the NearestNUserNeighborhood class

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

public NearestNUserNeighborhood(
	int n,
	IUserSimilarity userSimilarity,
	IDataModel dataModel
)
See Also