ImplicitFeedbackAlternatingLeastSquaresSolver Constructor NReco.Recommender Class Library
Initializes a new instance of the ImplicitFeedbackAlternatingLeastSquaresSolver class

Namespace: NReco.Math3.Als
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public ImplicitFeedbackAlternatingLeastSquaresSolver(
	int numFeatures,
	double lambda,
	double alpha,
	IDictionary<int, double[]> Y
)

Parameters

numFeatures
Type: System Int32
lambda
Type: System Double
alpha
Type: System Double
Y
Type: System.Collections.Generic IDictionary Int32,  Double  
See Also