ALSWRFactorizer.userFeaturesMapping Method NReco.Recommender Class Library

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

protected IDictionary<int, double[]> userFeaturesMapping(
	IEnumerator<long> userIDs,
	int numUsers,
	double[][] featureMatrix
)

Parameters

userIDs
Type: System.Collections.Generic.IEnumerator<Int64>
numUsers
Type: System.Int32
featureMatrix
Type:System.Double[][]

Return Value

Type: IDictionary<Int32,Double[]>
See Also