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

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

public SVDPlusPlusFactorizer(
	IDataModel dataModel,
	int numFeatures,
	int numIterations
)
See Also