AlternatingLeastSquaresSolver.solve Method NReco.Recommender Class Library

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

public static double[] solve(
	IList<double[]> featureVectors,
	double[] ratingVector,
	double lambda,
	int numFeatures
)

Parameters

featureVectors
Type: System.Collections.Generic.IList<Double[]>
ratingVector
Type:System.Double[]
lambda
Type: System.Double
numFeatures
Type: System.Int32

Return Value

Type:Double[]
See Also