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

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

public SamplingCandidateItemsStrategy(
	int itemsFactor,
	int usersPerItemFactor,
	int candidatesPerUserFactor,
	int numUsers,
	int numItems
)
See Also