ParallelSGDFactorizer Constructor (IDataModel, Int32, Double, Int32, Double, Double, Int32, Double, Double, Double, Int32)NReco.Recommender Class Library
Initializes a new instance of the ParallelSGDFactorizer 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 ParallelSGDFactorizer(
	IDataModel dataModel,
	int numFeatures,
	double lambda,
	int numIterations,
	double mu0,
	double decayFactor,
	int stepOffset,
	double forgettingExponent,
	double biasMuRatio,
	double biasLambdaRatio,
	int numThreads
)
See Also