RatingSGDFactorizer Constructor (IDataModel, Int32, Double, Double, Double, Int32, Double)NReco.Recommender Class Library
Initializes a new instance of the RatingSGDFactorizer 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 RatingSGDFactorizer(
	IDataModel dataModel,
	int numFeatures,
	double learningRate,
	double preventOverfitting,
	double randomNoise,
	int numIterations,
	double learningRateDecay
)
See Also